File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
7070 [ #10309 ] ( https://github.com/rust-lang/rust-clippy/pull/10309 )
7171* [ ` items_after_statements ` ] : ` #[allow(items_after_statements)] ` now works on items
7272 [ #10542 ] ( https://github.com/rust-lang/rust-clippy/pull/10542 )
73- * [ ` significant_drop_tightening ` ] : was optimized
73+ * [ ` significant_drop_tightening ` ] : Was optimized
7474 [ #10533 ] ( https://github.com/rust-lang/rust-clippy/pull/10533 )
7575
7676### False Positive Fixes
@@ -91,7 +91,7 @@ Current beta, released 2023-06-01
9191 [ #10527 ] ( https://github.com/rust-lang/rust-clippy/pull/10527 )
9292* [ ` needless_return ` ] : No longer lints match statements with incompatible branches
9393 [ #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
9595 [ #10375 ] ( https://github.com/rust-lang/rust-clippy/pull/10375 )
9696* [ ` mem_replace_option_with_none ` ] : No longer lints on field expressions
9797 [ #10594 ] ( https://github.com/rust-lang/rust-clippy/pull/10594 )
You can’t perform that action at this time.
0 commit comments