diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index cfe3f00b717..9b9cc7a8319 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -175,6 +175,7 @@ fn set(&mut self, name: String, value: toml::Value) -> Result<(), Error> { "OpenGL", "TrueType", "iOS", "macOS", + "TeX", "LaTeX", "BibTex", "BibLaTex", ] => Vec), /// 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),