Fix a warning

This commit is contained in:
Roey Darwish Dror
2019-01-01 10:20:25 +02:00
parent f8921579a7
commit 39d4100591
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -ex
# TODO This is the "test phase", tweak it as you see fit
main() {
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cross clippy --all-targets --all-features -- -D warnings
cross check --target $TARGET
cross check --target $TARGET --release
cross check --target $TARGET --all-features