Merge pull request #1697 from tspiteri/doc-mingw

Add "MinGW" to doc-valid-idents
This commit is contained in:
Oliver Schneider 2017-04-25 12:35:23 +02:00 committed by GitHub
commit 7a485ba1f5

View file

@ -177,6 +177,7 @@ define_Conf! {
"TrueType",
"iOS", "macOS",
"TeX", "LaTeX", "BibTex", "BibLaTex",
"MinGW",
] => Vec<String>),
/// 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),