Type Alias LintSet

Source
pub type LintSet = BTreeMap<String, Lint>;
Expand description

A set of lints.

Aliased Typeยง

pub struct LintSet { /* private fields */ }