Searched refs:LintGroup (Results 1 – 2 of 2) sorted by relevance
8 pub struct LintGroup { struct546 LintGroup {588 LintGroup {595 LintGroup {607 LintGroup {620 LintGroup {636 LintGroup {664 LintGroup {712 pub const RUSTDOC_LINT_GROUPS: &[LintGroup] = &[LintGroup {7089 LintGroup {[all …]
75 lint_groups: FxHashMap<&'static str, LintGroup>,108 struct LintGroup { struct151 .filter(|(_, LintGroup { depr, .. })| { in get_lint_groups()204 .or_insert(LintGroup { in register_lints()217 .or_insert(LintGroup { in register_lints()232 LintGroup { in register_group_alias()254 LintGroup { in register_group()299 Some(LintGroup { lint_ids, depr, .. }) => { in find_lints()436 Some(LintGroup { lint_ids, .. }) => { in check_lint_name()459 Some(LintGroup { lint_ids, depr, .. }) => { in check_lint_name()[all …]