diff options
| author | r0cky <mu001999@outlook.com> | 2024-03-03 00:57:45 +0800 |
|---|---|---|
| committer | r0cky <mu001999@outlook.com> | 2024-03-03 00:57:45 +0800 |
| commit | d88c7ffc62d0f1ee15abf3e9e65af3eeedc7d003 (patch) | |
| tree | 533139da4811973e15829d9ad00ffa04a33a9fdf /compiler/rustc_lint/messages.ftl | |
| parent | c3954b358f9e2be96d0dd553a8efaefc49f0bba7 (diff) | |
| download | rust-d88c7ffc62d0f1ee15abf3e9e65af3eeedc7d003.tar.gz rust-d88c7ffc62d0f1ee15abf3e9e65af3eeedc7d003.zip | |
Remove unused fluent messages
Diffstat (limited to 'compiler/rustc_lint/messages.ftl')
| -rw-r--r-- | compiler/rustc_lint/messages.ftl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_lint/messages.ftl b/compiler/rustc_lint/messages.ftl index 63e2fe47659..8bf9d0b9d4a 100644 --- a/compiler/rustc_lint/messages.ftl +++ b/compiler/rustc_lint/messages.ftl @@ -562,8 +562,6 @@ lint_suspicious_double_ref_clone = lint_suspicious_double_ref_deref = using `.deref()` on a double reference, which returns `{$ty}` instead of dereferencing the inner type -lint_trivial_untranslatable_diag = diagnostic with static strings only - lint_ty_qualified = usage of qualified `ty::{$ty}` .suggestion = try importing it and using it unqualified |
