mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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:
parent
5d3a90ecce
commit
759becc5fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue