Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dslow_vector_initialization.rs75 impl<'tcx> LateLintPass<'tcx> for SlowVectorInit { implementation
120 impl SlowVectorInit { impl