Enable build failure on compilation warnings

This commit is contained in:
Florian Dehau 2019-08-11 13:46:26 +02:00
parent e183d63a5e
commit 42731da546

View file

@ -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;