[go: up one dir, main page]

Type Alias cargo_toml::LintSet

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

A set of lints.

Aliased Type§

struct LintSet { /* private fields */ }