From 45bbff66cda7e1e952386bbc7d4b07b8950d72e4 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Tue, 25 Apr 2017 11:38:37 +0200 Subject: [PATCH] Add "MinGW" to doc-valid-idents --- clippy_lints/src/utils/conf.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index a1e132e0f64..58d735b686e 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),