Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f0f7871

Browse files
committed
fmt
1 parent b6597ee commit f0f7871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/iter_nth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::methods::iter_nth_zero;
2+
use crate::methods::utils::derefs_to_slice;
23
use clippy_utils::diagnostics::span_lint_and_help;
34
use clippy_utils::ty::is_type_diagnostic_item;
4-
use crate::methods::utils::derefs_to_slice;
55
use rustc_hir as hir;
66
use rustc_lint::LateContext;
77
use rustc_span::symbol::sym;

0 commit comments

Comments
 (0)