Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddisallowed_names.rs27 pub struct DisallowedNames { struct
32 impl DisallowedNames { argument
47 impl<'tcx> LateLintPass<'tcx> for DisallowedNames { implementation