From 759becc5fcb9a5d892e3393e32408f7e3c03894a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 13 Nov 2017 04:26:29 +0100 Subject: [PATCH] style: add accidentally removed deny(warnings). It was accidentally commented out in #19197 because I was developing on a tree without #19162. --- components/style/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/lib.rs b/components/style/lib.rs index a087a1fea5b..b7a7a0ecbab 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -23,7 +23,7 @@ //! [cssparser]: ../cssparser/index.html //! [selectors]: ../selectors/index.html -// #![deny(warnings)] +#![deny(warnings)] #![deny(missing_docs)] // FIXME(bholley): We need to blanket-allow unsafe code in order to make the