]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/assign_ops.rs
Fix lines that exceed max width manually
[rust.git] / clippy_lints / src / assign_ops.rs
index ab9ba4a9327b0651f6767b9486e4b5d3377e4a2a..790c2884273e9a71f2d07b3c7d6904231c33c27c 100644 (file)
@@ -143,7 +143,8 @@ macro_rules! ops {
                                         if_chain! {
                                             if parent_impl != ast::CRATE_NODE_ID;
                                             if let hir::map::Node::NodeItem(item) = cx.tcx.hir.get(parent_impl);
-                                            if let hir::Item_::ItemImpl(_, _, _, _, Some(ref trait_ref), _, _) = item.node;
+                                            if let hir::Item_::ItemImpl(_, _, _, _, Some(ref trait_ref), _, _) =
+                                                item.node;
                                             if trait_ref.path.def.def_id() == trait_id;
                                             then { return; }
                                         }