mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove #![deny(warnings)]
We already have https://github.com/servo/servo/pull/19612 to deny warnings at the time of landing into master. But it’s not useful to break the build when later compiler with a more recent Rust version that has introduced new warnings: https://bugzilla.mozilla.org/show_bug.cgi?id=1434619
This commit is contained in:
parent
3e3e05c99d
commit
cace4fc6eb
3 changed files with 0 additions and 3 deletions
|
@ -113,7 +113,6 @@
|
|||
//! which invoke their member's destructors through C++ code.
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
#![deny(warnings)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue