Deny unsafe code in style.

This commit is contained in:
Ms2ger 2015-12-29 13:12:52 +01:00
parent 3f407ea3d6
commit 2fa45aa064
4 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,9 @@
* 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/. */
// For lazy_static
#![allow(unsafe_code)]
use cssparser::{Parser, SourcePosition};
use dom::TElement;
use log;