rustc_
lint
1.84.0-nightly
(5ec7d6eee 2024-11-17)
Module shadowed_
into_
iter
Module Items
Structs
Statics
In crate rustc_
lint
rustc_lint
Module
shadowed_into_iter
Copy item path
Source
Structs
§
Shadowed
Into
Iter
🔒
Statics
§
ARRAY_
INTO_
ITER
The
array_into_iter
lint detects calling
into_iter
on arrays.
BOXED_
SLICE_
INTO_
ITER
The
boxed_slice_into_iter
lint detects calling
into_iter
on boxed slices.