Skip to content

Commit

Permalink
re-enable -Werror
Browse files Browse the repository at this point in the history
Ok, ok, it's not -Werror, but it's similar.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
  • Loading branch information
tych0 committed Mar 8, 2019
1 parent 91d1247 commit 3d58a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//#![deny(warnings)]
#![deny(warnings)]

extern crate toml;
#[macro_use]
Expand Down

0 comments on commit 3d58a35

Please sign in to comment.