diff options
| author | Michael Goulet <michael@errs.io> | 2025-08-11 21:38:46 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-08-12 19:54:57 +0000 |
| commit | 2c0409c7e838ef3f9910a6812c085f971e8bbae6 (patch) | |
| tree | 74be75e8957ef9535e60ab110248a8b4e4e7f420 /compiler/rustc_lint/messages.ftl | |
| parent | ca77504943887037504c7fc0b9bf06dab3910373 (diff) | |
| download | rust-2c0409c7e838ef3f9910a6812c085f971e8bbae6.tar.gz rust-2c0409c7e838ef3f9910a6812c085f971e8bbae6.zip | |
Remove unused must_use
Diffstat (limited to 'compiler/rustc_lint/messages.ftl')
| -rw-r--r-- | compiler/rustc_lint/messages.ftl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/messages.ftl b/compiler/rustc_lint/messages.ftl index 4d0c0c94a81..6a47e236047 100644 --- a/compiler/rustc_lint/messages.ftl +++ b/compiler/rustc_lint/messages.ftl @@ -982,6 +982,7 @@ lint_unused_allocation_mut = unnecessary allocation, use `&mut` instead lint_unused_builtin_attribute = unused attribute `{$attr_name}` .note = the built-in attribute `{$attr_name}` will be ignored, since it's applied to the macro invocation `{$macro_name}` + .suggestion = remove the attribute lint_unused_closure = unused {$pre}{$count -> |
