Skip to content

Commit 848478d

Browse files
committed
Deny warnings (only works for a subset of warnings based on implementation detail). See: rust #21204
rust-lang/rust#21204
1 parent f3d5515 commit 848478d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[deny(warnings)]
2+
13
extern crate rustc_serialize as serialize;
24
extern crate blake2_rfc;
35

0 commit comments

Comments
 (0)