Skip to content

Commit 0d3f289

Browse files
committed
Add FreeBSD as identifier not needing ticks
For the doc-markdown lint.
1 parent dd02468 commit 0d3f289

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)