diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index a1e132e0f647..58d735b686ed 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -177,6 +177,7 @@ define_Conf! { "TrueType", "iOS", "macOS", "TeX", "LaTeX", "BibTex", "BibLaTex", + "MinGW", ] => Vec), /// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have ("too-many-arguments-threshold", too_many_arguments_threshold, 7 => u64),