summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/clippy.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/clippy.md')
-rw-r--r--docs/markdown/snippets/clippy.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/clippy.md b/docs/markdown/snippets/clippy.md
deleted file mode 100644
index 47d02083a..000000000
--- a/docs/markdown/snippets/clippy.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Meson can run "clippy" on Rust projects
-
-Meson now defines a `clippy` target if the project uses the Rust programming
-language. The target runs clippy on all Rust sources, using the `clippy-driver`
-program from the same Rust toolchain as the `rustc` compiler.
-
-Using `clippy-driver` as the Rust compiler will now emit a warning, as it
-is not meant to be a general-purpose compiler front-end.