We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e04df6 commit e2bda1aCopy full SHA for e2bda1a
ci/script.sh
@@ -1,6 +1,10 @@
1
set -euxo pipefail
2
3
main() {
4
+ if [ $TRAVIS_RUST_VERSION = nightly ]; then
5
+ export RUSTFLAGS="-D warnings"
6
+ fi
7
+
8
cargo check --target $TARGET
9
10
if [ $TRAVIS_RUST_VERSION = nightly ]; then
src/lib.rs
@@ -32,7 +32,6 @@
32
33
#![cfg_attr(feature = "inline-asm", feature(asm))]
34
#![deny(missing_docs)]
35
-#![deny(warnings)]
36
#![no_std]
37
38
extern crate aligned;
0 commit comments