]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/suspicious_arithmetic_impl.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / suspicious_arithmetic_impl.stderr
index f818f7b3d95644dc557a83172b671769e52f3b04..e8a6efc4c4d26b2ae7d5b232457b2f6cc02ae709 100644 (file)
@@ -12,7 +12,7 @@ error: Suspicious use of binary operator in `AddAssign` impl
 LL |         *self = *self - other;
    |                       ^
    |
-   = note: #[deny(clippy::suspicious_op_assign_impl)] on by default
+   = note: `#[deny(clippy::suspicious_op_assign_impl)]` on by default
 
 error: aborting due to 2 previous errors