mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Merge pull request #1521 from musoke/doc-markdown-allow-latex
doc-markdown: Allow LaTeX-related words
This commit is contained in:
commit
d96290df9f
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user