Skip to content

Commit a5b2a56

Browse files
committed
Auto merge of #6783 - avitex:add-opendns-ident, r=Manishearth
Add OpenDNS to `doc-valid-idents` This commit adds `"OpenDNS"` to doc-valid-idents to avoid `doc_markdown` false positives.
2 parents a2c25fa + 51fae4e commit a5b2a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/conf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ define_Conf! {
126126
"NaN", "NaNs",
127127
"OAuth", "GraphQL",
128128
"OCaml",
129-
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap",
129+
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS",
130130
"WebGL",
131131
"TensorFlow",
132132
"TrueType",

0 commit comments

Comments
 (0)