about summary refs log tree commit diff
path: root/clippy_lints/src/float_equality_without_abs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'clippy_lints/src/float_equality_without_abs.rs')
-rw-r--r--clippy_lints/src/float_equality_without_abs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/float_equality_without_abs.rs b/clippy_lints/src/float_equality_without_abs.rs
index b3593d328cc..0c59db360f9 100644
--- a/clippy_lints/src/float_equality_without_abs.rs
+++ b/clippy_lints/src/float_equality_without_abs.rs
@@ -1,5 +1,5 @@
-use crate::utils::{match_def_path, paths, sugg};
 use clippy_utils::diagnostics::span_lint_and_then;
+use clippy_utils::{match_def_path, paths, sugg};
 use if_chain::if_chain;
 use rustc_ast::util::parser::AssocOp;
 use rustc_errors::Applicability;