Type Alias LintMap
Source type LintMap = BTreeMap<String, Box<dyn LintRule>>;
Expand description
A map of lint rule name and generic LintRule implementations.
Used in LintStore to describe tuples of lint rule names and LintRule implementations.
struct LintMap { }