diff options
| author | Koxiaet <38139193+Koxiaet@users.noreply.github.com> | 2020-09-01 14:05:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-01 14:05:19 +0100 |
| commit | b30422114e6bb7235398f21fe13ffa09429b7d0f (patch) | |
| tree | 221dfd93c4dc5e7ed37531204467790a0f9a1a49 | |
| parent | 066f105d679d2c120ad92baf19a10337c446e794 (diff) | |
| download | rust-b30422114e6bb7235398f21fe13ffa09429b7d0f.tar.gz rust-b30422114e6bb7235398f21fe13ffa09429b7d0f.zip | |
Allow GraphQL in doc without backticks
| -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 292dbd7ad6b..9c5a12ea9c8 100644 --- a/clippy_lints/src/utils/conf.rs +++ b/clippy_lints/src/utils/conf.rs @@ -122,7 +122,7 @@ define_Conf! { "IPv4", "IPv6", "ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript", "NaN", "NaNs", - "OAuth", + "OAuth", "GraphQL", "OCaml", "OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap", "TensorFlow", |
