diff options
| author | avitex <theavitex@gmail.com> | 2021-02-24 15:04:00 +1100 |
|---|---|---|
| committer | avitex <theavitex@gmail.com> | 2021-02-25 09:30:33 +1100 |
| commit | 72e3335684d1f537cd6ed4ef62a93ec3a033a940 (patch) | |
| tree | ae3c7f3667b0855385ed5221ea58019dac69b8d3 | |
| parent | 454515040a580f72c9b6366ee7d46256cfb4246f (diff) | |
| download | rust-72e3335684d1f537cd6ed4ef62a93ec3a033a940.tar.gz rust-72e3335684d1f537cd6ed4ef62a93ec3a033a940.zip | |
Add OpenDNS to `doc-valid-idents`
| -rw-r--r-- | clippy_lints/src/utils/conf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/conf.rs b/clippy_lints/src/utils/conf.rs index 7d7b35c2168..3ebca92f4cb 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -126,7 +126,7 @@ define_Conf! { "NaN", "NaNs", "OAuth", "GraphQL", "OCaml", - "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", + "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "OpenDNS", "WebGL", "TensorFlow", "TrueType", |
