about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKoxiaet <38139193+Koxiaet@users.noreply.github.com>2020-09-01 14:05:19 +0100
committerGitHub <noreply@github.com>2020-09-01 14:05:19 +0100
commitb30422114e6bb7235398f21fe13ffa09429b7d0f (patch)
tree221dfd93c4dc5e7ed37531204467790a0f9a1a49
parent066f105d679d2c120ad92baf19a10337c446e794 (diff)
downloadrust-b30422114e6bb7235398f21fe13ffa09429b7d0f.tar.gz
rust-b30422114e6bb7235398f21fe13ffa09429b7d0f.zip
Allow GraphQL in doc without backticks
-rw-r--r--clippy_lints/src/utils/conf.rs2
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",