aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r--components/profile/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs
index 6321decd9c0..733bcce1278 100644
--- a/components/profile/lib.rs
+++ b/components/profile/lib.rs
@@ -4,7 +4,8 @@
#![deny(unsafe_code)]
-#[allow(unsafe_code)]
pub mod mem;
+#[allow(unsafe_code)]
+pub mod system_reporter;
pub mod time;
pub mod trace_dump;