Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint_defs/src/
Dlib.rs484 UnusedDocComment(Span), enumerator
/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs1002 impl EarlyLintPass for UnusedDocComment { implementation