cargo_toml

Type Alias LintSet

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

A set of lints.

Aliased Typeยง

struct LintSet { /* private fields */ }