aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_prof/src/lib.rs')
-rw-r--r--crates/ra_prof/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_prof/src/lib.rs b/crates/ra_prof/src/lib.rs
index d32a289be..885a98750 100644
--- a/crates/ra_prof/src/lib.rs
+++ b/crates/ra_prof/src/lib.rs
@@ -1,3 +1,5 @@
1//! FIXME: write short doc here
2
1mod memory_usage; 3mod memory_usage;
2#[cfg(feature = "cpu_profiler")] 4#[cfg(feature = "cpu_profiler")]
3mod google_cpu_profiler; 5mod google_cpu_profiler;