Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddisallowed_methods.rs61 pub struct DisallowedMethods { struct
66 impl DisallowedMethods { argument
77 impl<'tcx> LateLintPass<'tcx> for DisallowedMethods { implementation