Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddisallowed_types.rs54 pub struct DisallowedTypes { struct
60 impl DisallowedTypes { argument
88 impl<'tcx> LateLintPass<'tcx> for DisallowedTypes { implementation