File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ declare_deprecated_lint! {
82
82
"this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr"
83
83
}
84
84
85
- /// **What it does:** Nothing. This lint has been deprecated.
86
- ///
87
- /// **Deprecation reason:** This lint is too subjective, not having a good reason for being in clippy.
88
- /// Additionally, compound assignment operators may be overloaded separately from their non-assigning
89
- /// counterparts, so this lint may suggest a change in behavior or the code may not compile.
90
85
declare_deprecated_lint ! {
86
+ /// **What it does:** Nothing. This lint has been deprecated.
87
+ ///
88
+ /// **Deprecation reason:** This lint is too subjective, not having a good reason for being in clippy.
89
+ /// Additionally, compound assignment operators may be overloaded separately from their non-assigning
90
+ /// counterparts, so this lint may suggest a change in behavior or the code may not compile.
91
91
pub ASSIGN_OPS ,
92
92
"using compound assignment operators (e.g., `+=`) is harmless"
93
93
}
You can’t perform that action at this time.
0 commit comments