mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 10:33:34 +00:00
Add "MinGW" to doc-valid-idents
This commit is contained in:
parent
03f238d35b
commit
45bbff66cd
@ -177,6 +177,7 @@ define_Conf! {
|
|||||||
"TrueType",
|
"TrueType",
|
||||||
"iOS", "macOS",
|
"iOS", "macOS",
|
||||||
"TeX", "LaTeX", "BibTex", "BibLaTex",
|
"TeX", "LaTeX", "BibTex", "BibLaTex",
|
||||||
|
"MinGW",
|
||||||
] => Vec<String>),
|
] => Vec<String>),
|
||||||
/// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have
|
/// 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),
|
("too-many-arguments-threshold", too_many_arguments_threshold, 7 => u64),
|
||||||
|
Loading…
Reference in New Issue
Block a user