From 42731da5465f067699a01105d0ff397425592aa6 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 11 Aug 2019 13:46:26 +0200 Subject: [PATCH] Enable build failure on compilation warnings --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9bb9b81..cd15262 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;