rslint_core

Macro group

Source
macro_rules! group {
    ($(#[$description:meta])* $groupname:ident, $($path:ident::$rule:ident),* $(,)?) => { ... };
}
Expand description

Macro for easily making a rule group hashmap. This will call ::new() on each rule.