Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dunnecessary_def_path.rs46 pub struct UnnecessaryDefPath { struct
51 impl<'tcx> LateLintPass<'tcx> for UnnecessaryDefPath { argument
90 impl UnnecessaryDefPath { implementation