File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Current beta, released 2023-06-01
70
70
[ #10309 ] ( https://github.com/rust-lang/rust-clippy/pull/10309 )
71
71
* [ ` items_after_statements ` ] : ` #[allow(items_after_statements)] ` now works on items
72
72
[ #10542 ] ( https://github.com/rust-lang/rust-clippy/pull/10542 )
73
- * [ ` significant_drop_tightening ` ] : was optimized
73
+ * [ ` significant_drop_tightening ` ] : Was optimized
74
74
[ #10533 ] ( https://github.com/rust-lang/rust-clippy/pull/10533 )
75
75
76
76
### False Positive Fixes
@@ -91,7 +91,7 @@ Current beta, released 2023-06-01
91
91
[ #10527 ] ( https://github.com/rust-lang/rust-clippy/pull/10527 )
92
92
* [ ` needless_return ` ] : No longer lints match statements with incompatible branches
93
93
[ #10593 ] ( https://github.com/rust-lang/rust-clippy/pull/10593 )
94
- * [ ` use_self ` ] : do not suggest using ` Self ` in const generic parameters
94
+ * [ ` use_self ` ] : Do not suggest using ` Self ` in const generic parameters
95
95
[ #10375 ] ( https://github.com/rust-lang/rust-clippy/pull/10375 )
96
96
* [ ` mem_replace_option_with_none ` ] : No longer lints on field expressions
97
97
[ #10594 ] ( https://github.com/rust-lang/rust-clippy/pull/10594 )
You can’t perform that action at this time.
0 commit comments