Deny warnings in stylo crates.

MozReview-Commit-ID: 3lQNUzX77PX
This commit is contained in:
Bobby Holley 2016-10-10 19:44:08 -07:00 committed by Manish Goregaokar
parent a5aed43cd8
commit 226e4cf7c0
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* 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/. */
#![deny(warnings)]
#[macro_use]extern crate style;
extern crate app_units;