mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Deny unsafe code in style.
This commit is contained in:
parent
3f407ea3d6
commit
2fa45aa064
4 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue