Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Darray_into_iter.rs43 pub struct ArrayIntoIter { struct
47 impl_lint_pass!(ArrayIntoIter => [ARRAY_INTO_ITER]); argument
49 impl<'tcx> LateLintPass<'tcx> for ArrayIntoIter { implementation