rustc_attr: remove redundant #[allow(rustc::untranslatable_diagnostic)]
This commit is contained in:
parent
7347f8e4e0
commit
f83b085a0c
@ -521,7 +521,6 @@ pub struct Condition {
|
||||
}
|
||||
|
||||
/// Tests if a cfg-pattern matches the cfg set
|
||||
#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
|
||||
pub fn cfg_matches(
|
||||
cfg: &ast::MetaItem,
|
||||
sess: &Session,
|
||||
|
Loading…
Reference in New Issue
Block a user