Skip to content

Commit

Permalink
Add back deny(warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 4, 2015
1 parent 6360d3e commit a53d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#![feature(io, core, collections, std_misc)]
#![deny(missing_docs)]
#![feature(unsafe_destructor)]
// #![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, deny(warnings))]

extern crate libc;
extern crate "miniz-sys" as ffi;
Expand Down

0 comments on commit a53d51f

Please sign in to comment.