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 8a14c11 commit 3b52d7fCopy full SHA for 3b52d7f
clippy_lints/src/methods/unnecessary_lazy_eval.rs
@@ -1,4 +1,4 @@
1
-use crate::utils::{match_qpath, span_lint_and_sugg, snippet, is_type_diagnostic_item};
+use crate::utils::{is_type_diagnostic_item, match_qpath, snippet, span_lint_and_sugg};
2
use if_chain::if_chain;
3
use rustc_errors::Applicability;
4
use rustc_hir as hir;
0 commit comments