Remove --check-cfg checking of --cfg args

This commit is contained in:
Urgau 2023-11-02 17:05:28 +01:00
parent 78efca8845
commit f5023e4c76
6 changed files with 4 additions and 47 deletions

View file

@ -179,7 +179,6 @@ early_lint_methods!(
IncompleteInternalFeatures: IncompleteInternalFeatures,
RedundantSemicolons: RedundantSemicolons,
UnusedDocComment: UnusedDocComment,
UnexpectedCfgs: UnexpectedCfgs,
]
]
);