mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
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
This commit is contained in:
parent
5d115c085e
commit
0b64222a68
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ define_Conf! {
|
|||
"OpenGL", "OpenSSH", "OpenSSL",
|
||||
"TrueType",
|
||||
"iOS", "macOS",
|
||||
"TeX", "LaTeX", "BibTex", "BibLaTex",
|
||||
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
|
||||
"MinGW",
|
||||
] => Vec<String>),
|
||||
/// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have
|
||||
|
|
Loading…
Add table
Reference in a new issue