mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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 util;
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
pub mod energy;
|
||||
pub mod mem;
|
||||
pub mod time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue