Skip to content

Commit

Permalink
Merge #143
Browse files Browse the repository at this point in the history
143: Remove #[deny(warnings)] r=ryankurte a=dbrgn

It's an antipattern, see https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md and rust-embedded/linux-embedded-hal#17

Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
  • Loading branch information
bors[bot] and dbrgn committed Jun 12, 2019
2 parents b2bbae4 + 50e9e01 commit 5b0e526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -683,7 +683,6 @@
//! ```

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

#[macro_use]
Expand Down

0 comments on commit 5b0e526

Please sign in to comment.