mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Deny warnings in stylo crates.
MozReview-Commit-ID: 3lQNUzX77PX
This commit is contained in:
parent
a5aed43cd8
commit
226e4cf7c0
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
#![cfg_attr(feature = "servo", plugin(heapsize_plugin))]
|
#![cfg_attr(feature = "servo", plugin(heapsize_plugin))]
|
||||||
#![cfg_attr(feature = "servo", plugin(plugins))]
|
#![cfg_attr(feature = "servo", plugin(plugins))]
|
||||||
|
|
||||||
|
#![deny(warnings)]
|
||||||
|
|
||||||
// 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
|
||||||
// gecko atom!() macro work. When Rust 1.14 is released [1], we can uncomment
|
// gecko atom!() macro work. When Rust 1.14 is released [1], we can uncomment
|
||||||
// the commented-out attributes in regen_atoms.py and go back to denying unsafe
|
// the commented-out attributes in regen_atoms.py and go back to denying unsafe
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
|
#![deny(warnings)]
|
||||||
|
|
||||||
#[macro_use]extern crate style;
|
#[macro_use]extern crate style;
|
||||||
extern crate app_units;
|
extern crate app_units;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue