aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-clippy-driver-support.md
blob: c486473e75dec4d5086a78bf942d4616c500bf29 (plain)
1
2
3
4
5
6
## Support for clippy-driver as a rustc wrapper

Clippy is a popular linting tool for Rust, and is invoked in place of rustc as a
wrapper. Unfortunately it doesn't proxy rustc's output, so we need to have a
small wrapper around it so that Meson can correctly detect the underlying rustc,
but still display clippy