pub type LintSet = BTreeMap<String, Lint>;
A set of lints.
pub struct LintSet { /* private fields */ }