1
Fork 0

Report unexpected_cfgs lint in external macros

This commit is contained in:
Urgau 2024-11-03 21:05:49 +01:00
parent c602e9aeaa
commit cc48194baf
4 changed files with 38 additions and 0 deletions

View file

@ -3185,6 +3185,7 @@ declare_lint! {
pub UNEXPECTED_CFGS,
Warn,
"detects unexpected names and values in `#[cfg]` conditions",
report_in_external_macro
}
declare_lint! {