Searched defs:LintLevel (Results 1 – 3 of 3) sorted by relevance
566 lint_level: LintLevel, in in_scope()790 lint_level: LintLevel, in new_source_scope()
121 pub enum LintLevel { enum
192 fn with_lint_level(&mut self, new_lint_level: LintLevel, f: impl FnOnce(&mut Self)) { in with_lint_level()