mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Allow unsafe code for energy module (build failure otherwise)
This commit is contained in:
parent
870841099a
commit
889b9ad3f0
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ extern crate serde_derive;
|
||||||
extern crate signpost;
|
extern crate signpost;
|
||||||
extern crate util;
|
extern crate util;
|
||||||
|
|
||||||
|
#[allow(unsafe_code)]
|
||||||
pub mod energy;
|
pub mod energy;
|
||||||
pub mod mem;
|
pub mod mem;
|
||||||
pub mod time;
|
pub mod time;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue