mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
Allow GraphQL in doc without backticks
This commit is contained in:
parent
066f105d67
commit
b30422114e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ define_Conf! {
|
||||||
"IPv4", "IPv6",
|
"IPv4", "IPv6",
|
||||||
"ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript",
|
"ClojureScript", "CoffeeScript", "JavaScript", "PureScript", "TypeScript",
|
||||||
"NaN", "NaNs",
|
"NaN", "NaNs",
|
||||||
"OAuth",
|
"OAuth", "GraphQL",
|
||||||
"OCaml",
|
"OCaml",
|
||||||
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap",
|
"OpenGL", "OpenMP", "OpenSSH", "OpenSSL", "OpenStreetMap",
|
||||||
"TensorFlow",
|
"TensorFlow",
|
||||||
|
|
Loading…
Reference in a new issue