Structs§
Statics§
- ARRAY_
INTO_ ITER - The
array_into_iter
lint detects callinginto_iter
on arrays. - BOXED_
SLICE_ INTO_ ITER - 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.