aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/clippy.md
blob: 14bcc77428a1f1a97f9af5e0717159d2509f7888 (plain)
1
2
3
4
5
## 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.