From 0d3f289b66791912b976c6757a91842843b2c217 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 9 Jun 2021 17:16:10 +0200 Subject: [PATCH] Add FreeBSD as identifier not needing ticks For the doc-markdown lint. --- clippy_lints/src/utils/conf.rs | 2 +- tests/ui/doc.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index 0e33ae740d946..d7744c09c11c7 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -149,7 +149,7 @@ define_Conf! { "WebGL", "TensorFlow", "TrueType", - "iOS", "macOS", + "iOS", "macOS", "FreeBSD", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW", "CamelCase", diff --git a/tests/ui/doc.rs b/tests/ui/doc.rs index c946a047f1b0a..8afef6b23d476 100644 --- a/tests/ui/doc.rs +++ b/tests/ui/doc.rs @@ -64,7 +64,7 @@ fn test_units() { /// WebGL /// TensorFlow /// TrueType -/// iOS macOS +/// iOS macOS FreeBSD /// TeX LaTeX BibTeX BibLaTeX /// MinGW /// CamelCase (see also #2395)