File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ declare_clippy_lint! {
2828 #[ clippy:: version = "1.42.0" ]
2929 pub LET_UNDERSCORE_MUST_USE ,
3030 restriction,
31- "non-binding let on a `#[must_use]` expression"
31+ "non-binding ` let` on a `#[must_use]` expression"
3232}
3333
3434declare_clippy_lint ! {
@@ -56,7 +56,7 @@ declare_clippy_lint! {
5656 #[ clippy:: version = "1.43.0" ]
5757 pub LET_UNDERSCORE_LOCK ,
5858 correctness,
59- "non-binding let on a synchronization lock"
59+ "non-binding ` let` on a synchronization lock"
6060}
6161
6262declare_clippy_lint ! {
@@ -80,7 +80,7 @@ declare_clippy_lint! {
8080 #[ clippy:: version = "1.66" ]
8181 pub LET_UNDERSCORE_FUTURE ,
8282 suspicious,
83- "non-binding let on a future"
83+ "non-binding ` let` on a future"
8484}
8585
8686declare_lint_pass ! ( LetUnderscore => [ LET_UNDERSCORE_MUST_USE , LET_UNDERSCORE_LOCK , LET_UNDERSCORE_FUTURE ] ) ;
You can’t perform that action at this time.
0 commit comments