Skip to content

Commit 4fbd890

Browse files
PixelPiratemcarton
authored andcommitted
doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents list
1 parent 8d0431f commit 4fbd890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ define_Conf! {
166166
/// Lint: CYCLOMATIC_COMPLEXITY. The maximum cyclomatic complexity a function can have
167167
("cyclomatic-complexity-threshold", cyclomatic_complexity_threshold, 25 => u64),
168168
/// Lint: DOC_MARKDOWN. The list of words this lint should not consider as identifiers needing ticks
169-
("doc-valid-idents", doc_valid_idents, ["MiB", "GiB", "TiB", "PiB", "EiB", "DirectX", "GPLv2", "GPLv3", "GitHub", "IPv4", "IPv6", "JavaScript", "NaN", "OAuth", "OpenGL", "TrueType"] => Vec<String>),
169+
("doc-valid-idents", doc_valid_idents, ["MiB", "GiB", "TiB", "PiB", "EiB", "DirectX", "GPLv2", "GPLv3", "GitHub", "IPv4", "IPv6", "JavaScript", "NaN", "OAuth", "OpenGL", "TrueType", "iOS", "macOS"] => Vec<String>),
170170
/// Lint: TOO_MANY_ARGUMENTS. The maximum number of argument a function or method can have
171171
("too-many-arguments-threshold", too_many_arguments_threshold, 7 => u64),
172172
/// Lint: TYPE_COMPLEXITY. The maximum complexity a type can have

0 commit comments

Comments
 (0)