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

@@ -553,21 +553,6 @@ pub enum BuiltinSpecialModuleNameUsed {
Main,
}
#[derive(LintDiagnostic)]
#[diag(lint_builtin_unexpected_cli_config_name)]
#[help]
pub struct BuiltinUnexpectedCliConfigName {
pub name: Symbol,
}
#[derive(LintDiagnostic)]
#[diag(lint_builtin_unexpected_cli_config_value)]
#[help]
pub struct BuiltinUnexpectedCliConfigValue {
pub name: Symbol,
pub value: Symbol,
}
// deref_into_dyn_supertrait.rs
#[derive(LintDiagnostic)]
#[diag(lint_supertrait_as_deref_target)]