Skip to content

Commit

Permalink
Allow unsafe code for energy module (build failure otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorimes committed Nov 18, 2016
1 parent 8708410 commit 889b9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/profile_traits/lib.rs
Expand Up @@ -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;

0 comments on commit 889b9ad

Please sign in to comment.