aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile_traits/lib.rs')
-rw-r--r--components/profile_traits/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs
index c1e94fa8641..7e0ce8166d0 100644
--- a/components/profile_traits/lib.rs
+++ b/components/profile_traits/lib.rs
@@ -13,8 +13,6 @@ extern crate log;
#[macro_use]
extern crate serde;
-#[allow(unsafe_code)]
-pub mod energy;
pub mod ipc;
pub mod mem;
pub mod time;