Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 8d09422

Browse files
bors[bot]eldruin
andauthored
Merge #56
56: Remove #[deny(warnings)] r=jonas-schievink a=eldruin `#[deny(warnings)]` is considered an [anti-pattern](https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md). Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 4685d6f + 41158ea commit 8d09422

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: rust
22

3+
env:
4+
global:
5+
- RUSTFLAGS="-D warnings"
6+
37
matrix:
48
include:
59
- env: TARGET=x86_64-unknown-linux-gnu

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
182182
#![cfg_attr(feature = "inline-asm", feature(llvm_asm))]
183183
#![deny(missing_docs)]
184-
#![deny(warnings)]
185184
#![no_std]
186185

187186
#[macro_use]

0 commit comments

Comments
 (0)