From 0b64222a68abb56798ddb57dbbd1fb3ddf2e4b9e Mon Sep 17 00:00:00 2001 From: Martin Carton Date: Mon, 18 Sep 2017 22:40:00 +0200 Subject: [PATCH] Fix case in doc_valid_idents BibTeX and BibLaTeX use the usual capitalization of TeX tools: - https://www.ctan.org/pkg/bibtex - https://www.ctan.org/pkg/biblatex --- clippy_lints/src/utils/conf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index 3c05fca316f0..f88294763dc3 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -157,7 +157,7 @@ define_Conf! { "OpenGL", "OpenSSH", "OpenSSL", "TrueType", "iOS", "macOS", - "TeX", "LaTeX", "BibTex", "BibLaTex", + "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", ] => Vec), /// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have