rustc_interface: remove a redundant #[allow(rustc::untranslatable_diagnostic)]
This commit is contained in:
parent
137307477f
commit
cbae581bb0
@ -386,7 +386,6 @@ fn get_codegen_sysroot(
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
|
||||
pub(crate) fn check_attr_crate_type(
|
||||
sess: &Session,
|
||||
attrs: &[ast::Attribute],
|
||||
|
Loading…
Reference in New Issue
Block a user