Fix nightly build

This commit is contained in:
Greg Fitzgerald
2018-09-04 16:34:21 -06:00
parent 65f78905cd
commit 68c72d6f34
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,10 @@ _() {
_ cargo build --verbose --features unstable
_ cargo test --verbose --features=unstable
_ cargo clippy -- --deny=warnings
# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names.
#_ cargo clippy -- --deny=warnings
_ cargo clippy
exit 0