From c5d5c62601d90bebdd6ef6238b928d461b85fa68 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Thu, 23 Feb 2023 17:22:41 +0000 Subject: [PATCH] Remove translation. --- compiler/rustc_hir_analysis/locales/en-US.ftl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/compiler/rustc_hir_analysis/locales/en-US.ftl b/compiler/rustc_hir_analysis/locales/en-US.ftl index aa56e60ec75..f860809bcff 100644 --- a/compiler/rustc_hir_analysis/locales/en-US.ftl +++ b/compiler/rustc_hir_analysis/locales/en-US.ftl @@ -62,14 +62,6 @@ hir_analysis_manual_implementation = hir_analysis_substs_on_overridden_impl = could not resolve substs on overridden impl -hir_analysis_unused_extern_crate = - unused extern crate - .suggestion = remove it - -hir_analysis_extern_crate_not_idiomatic = - `extern crate` is not idiomatic in the new edition - .suggestion = convert it to a `{$msg_code}` - hir_analysis_trait_object_declared_with_no_traits = at least one trait is required for an object type .alias_span = this alias does not contain a trait