2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-24 11:27:27 +00:00
rust-clippy/util/dogfood.sh
Sebastian Ullrich 3e536ff369 fix dogfood.sh
2016-10-30 14:25:06 -04:00

5 lines
202 B
Bash
Executable file

#!/bin/sh
rm -rf target*/*so
cargo build --lib && cp -R target target_recur && cargo rustc --lib -- -Zextra-plugins=clippy -Ltarget_recur/debug -Dclippy_pedantic -Dclippy || exit 1
rm -rf target_recur