Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dindex_refutable_slice.rs54 pub struct IndexRefutableSlice { struct
59 impl IndexRefutableSlice { argument
70 impl<'tcx> LateLintPass<'tcx> for IndexRefutableSlice { implementation