Deny all the warnings when building.

This commit is contained in:
Jordan Petridis
2018-04-30 14:21:34 +03:00
parent c96b39d597
commit f324407c9c
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
allow(clone_on_ref_ptr, blacklisted_name, match_same_arms, option_map_unit_fn)
)]
#![allow(unknown_lints)]
#![deny(unused_extern_crates, unused)]
#![warn(unused_extern_crates, unused)]
#![deny(warnings)]
extern crate gdk;
extern crate gdk_pixbuf;