Skip to content

Commit 0b64222

Browse files
authored
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
1 parent 5d115c0 commit 0b64222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/conf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ define_Conf! {
157157
"OpenGL", "OpenSSH", "OpenSSL",
158158
"TrueType",
159159
"iOS", "macOS",
160-
"TeX", "LaTeX", "BibTex", "BibLaTex",
160+
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
161161
"MinGW",
162162
] => Vec<String>),
163163
/// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have

0 commit comments

Comments
 (0)