We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6597ee commit f0f7871Copy full SHA for f0f7871
clippy_lints/src/methods/iter_nth.rs
@@ -1,7 +1,7 @@
1
use crate::methods::iter_nth_zero;
2
+use crate::methods::utils::derefs_to_slice;
3
use clippy_utils::diagnostics::span_lint_and_help;
4
use clippy_utils::ty::is_type_diagnostic_item;
-use crate::methods::utils::derefs_to_slice;
5
use rustc_hir as hir;
6
use rustc_lint::LateContext;
7
use rustc_span::symbol::sym;
0 commit comments