Add warning against unexpected --cfg with --check-cfg
This commit is contained in:
parent
137eea86db
commit
eccdccf4eb
8 changed files with 66 additions and 4 deletions
|
@ -144,6 +144,7 @@ macro_rules! early_lint_passes {
|
|||
IncompleteFeatures: IncompleteFeatures,
|
||||
RedundantSemicolons: RedundantSemicolons,
|
||||
UnusedDocComment: UnusedDocComment,
|
||||
UnexpectedCfgs: UnexpectedCfgs,
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue