@@ -10,3 +10,5 @@ script:
cargo test --verbose;
cargo test --verbose --no-default-features;
cargo doc --verbose;
+env:
+ - RUSTFLAGS="-D warnings"