Auto merge of #19198 - emilio:whoops, r=whoops

style: add accidentally removed deny(warnings).

It was accidentally commented out in #19197 because I was developing on a Gecko
tree without #19162.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19198)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-13 07:35:55 -06:00 committed by GitHub
commit 2d78751b80

View file

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