diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 3 |
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; |