cargo_
toml
0.19.2
LintSet
Aliased type
In crate cargo_
toml
cargo_toml
Type Alias
LintSet
Copy item path
Source
pub type LintSet =
BTreeMap
<
String
,
Lint
>;
Expand description
A set of lints.
Aliased Type
ยง
struct LintSet {
/* private fields */
}