Update to cranelift's formatting and testing scripts.

This commit is contained in:
Dan Gohman
2018-07-20 15:17:56 -07:00
parent c612d48b33
commit a2f70a3544
8 changed files with 139 additions and 20 deletions

7
clippy-all.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -euo pipefail
# Check all sources with clippy.
# In the clif-util crate (root dir) clippy will only work with nightly cargo -
# there is a bug where it will reject the commands passed to it by cargo 0.25.0
exec cargo +nightly clippy --all