Skip to content

Commit 2464ee9

Browse files
committed
Auto merge of #7334 - Thomasdezeeuw:freebsd-no-ticks, r=flip1995
Add FreeBSD as identifier not needing ticks For the doc-markdown lint. changelog: Add FreeBSD as identifier not needing ticks for ``[`doc-markdown`]`` lint.
2 parents dd02468 + 0d3f289 commit 2464ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/src/utils/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ define_Conf! {
149149
"WebGL",
150150
"TensorFlow",
151151
"TrueType",
152-
"iOS", "macOS",
152+
"iOS", "macOS", "FreeBSD",
153153
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
154154
"MinGW",
155155
"CamelCase",

tests/ui/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn test_units() {
6464
/// WebGL
6565
/// TensorFlow
6666
/// TrueType
67-
/// iOS macOS
67+
/// iOS macOS FreeBSD
6868
/// TeX LaTeX BibTeX BibLaTeX
6969
/// MinGW
7070
/// CamelCase (see also #2395)

0 commit comments

Comments
 (0)