Add FreeBSD as identifier not needing ticks

For the doc-markdown lint.
This commit is contained in:
Thomas de Zeeuw 2021-06-09 17:16:10 +02:00
parent dd0246813f
commit 0d3f289b66
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ pub(crate) fn get_configuration_metadata() -> Vec<ClippyConfiguration> {
"WebGL",
"TensorFlow",
"TrueType",
"iOS", "macOS",
"iOS", "macOS", "FreeBSD",
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
"MinGW",
"CamelCase",

View File

@ -64,7 +64,7 @@ fn test_units() {
/// WebGL
/// TensorFlow
/// TrueType
/// iOS macOS
/// iOS macOS FreeBSD
/// TeX LaTeX BibTeX BibLaTeX
/// MinGW
/// CamelCase (see also #2395)