Module rustc_lint::shadowed_into_iter
source · Structs§
Statics§
- The
array_into_iter
lint detects callinginto_iter
on arrays. - The
boxed_slice_into_iter
lint detects callinginto_iter
on boxed slices.
array_into_iter
lint detects calling into_iter
on arrays.boxed_slice_into_iter
lint detects calling into_iter
on boxed slices.