style: add accidentally removed deny(warnings).

It was accidentally commented out in #19197 because I was developing on a
tree without #19162.
This commit is contained in:
Emilio Cobos Álvarez 2017-11-13 04:26:29 +01:00
parent 5d3a90ecce
commit 759becc5fc
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -23,7 +23,7 @@
//! [cssparser]: ../cssparser/index.html //! [cssparser]: ../cssparser/index.html
//! [selectors]: ../selectors/index.html //! [selectors]: ../selectors/index.html
// #![deny(warnings)] #![deny(warnings)]
#![deny(missing_docs)] #![deny(missing_docs)]
// FIXME(bholley): We need to blanket-allow unsafe code in order to make the // FIXME(bholley): We need to blanket-allow unsafe code in order to make the