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 837d675 commit 131b89bCopy full SHA for 131b89b
clippy_lints/src/assign_ops.rs
@@ -1,4 +1,6 @@
1
-use crate::utils::{get_trait_def_id, implements_trait, snippet_opt, span_lint_and_then, trait_ref_of_method, SpanlessEq};
+use crate::utils::{
2
+ get_trait_def_id, implements_trait, snippet_opt, span_lint_and_then, trait_ref_of_method, SpanlessEq,
3
+};
4
use crate::utils::{higher, sugg};
5
use if_chain::if_chain;
6
use rustc::hir;
0 commit comments