Enable build failure on compilation warnings

pull/197/head
Florian Dehau 5 years ago
parent e183d63a5e
commit 42731da546

@ -146,6 +146,8 @@
//! you might need a blank space somewhere, try to pass an additional constraint and don't use the
//! corresponding area.
#![deny(warnings)]
pub mod backend;
pub mod buffer;
pub mod layout;

Loading…
Cancel
Save