The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
313 B
6 lines
313 B
## 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
|
|
|