rustc_attr: remove redundant #[allow(rustc::untranslatable_diagnostic)]
This commit is contained in:
parent
7347f8e4e0
commit
f83b085a0c
1 changed files with 0 additions and 1 deletions
|
@ -521,7 +521,6 @@ pub struct Condition {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Tests if a cfg-pattern matches the cfg set
|
/// Tests if a cfg-pattern matches the cfg set
|
||||||
#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
|
|
||||||
pub fn cfg_matches(
|
pub fn cfg_matches(
|
||||||
cfg: &ast::MetaItem,
|
cfg: &ast::MetaItem,
|
||||||
sess: &Session,
|
sess: &Session,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue