Merge pull request #1521 from musoke/doc-markdown-allow-latex

doc-markdown: Allow LaTeX-related words
This commit is contained in:
Martin Carton 2017-02-07 21:19:09 +01:00 committed by GitHub
commit d96290df9f

View File

@ -175,6 +175,7 @@ define_Conf! {
"OpenGL",
"TrueType",
"iOS", "macOS",
"TeX", "LaTeX", "BibTex", "BibLaTex",
] => Vec<String>),
/// 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),