Skip to content

Commit

Permalink
Remove deny warnings but forbid then on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Apr 24, 2020
1 parent 9fd279e commit a302082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: rust

env:
global:
- RUSTFLAGS="-D warnings"

before_install:
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
- bash ci/before_install.sh
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -209,7 +209,6 @@

#![deny(unsafe_code)]
#![deny(missing_docs)]
#![deny(warnings)]
#![no_std]

extern crate embedded_hal as hal;
Expand Down

0 comments on commit a302082

Please sign in to comment.