Skip to content

Commit 3b52d7f

Browse files
committed
run cargo dev fmt
1 parent 8a14c11 commit 3b52d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/unnecessary_lazy_eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::utils::{match_qpath, span_lint_and_sugg, snippet, is_type_diagnostic_item};
1+
use crate::utils::{is_type_diagnostic_item, match_qpath, snippet, span_lint_and_sugg};
22
use if_chain::if_chain;
33
use rustc_errors::Applicability;
44
use rustc_hir as hir;

0 commit comments

Comments
 (0)