mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
commit
2d78751b80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue