Home
last modified time | relevance | path

Searched defs:LintType (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_continue.rs254 enum LintType { enum
290 fn emit_warning(cx: &EarlyContext<'_>, data: &LintData<'_>, header: &str, typ: LintType) { in emit_warning()