commit | 0340edbfc481ffc0c253cf72999f9e82128d6121 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Mar 17 13:16:41 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 17 13:16:41 2018 -0700 |
tree | 5050445ab1e8cc8b8ae160ba08c104b997c9a08d | |
parent | e913492b3a2f36c4cfbaf745935d6420e697d860 [diff] |
Clippy test all features
diff --git a/.travis.yml b/.travis.yml index 3f95f84..53ebdef 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -44,7 +44,7 @@ ;; clippy) cargo install clippy --debug --force || exit - cargo clippy --features 'full fold visit visit-mut' -- -Dclippy + cargo clippy --all-features -- -Dclippy ;; codegen) (cd codegen && cargo run) &&