Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/src/lib.rs')
| -rw-r--r-- | crates/profile/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/profile/src/lib.rs b/crates/profile/src/lib.rs index 5ea5039dba..c5f6bccca1 100644 --- a/crates/profile/src/lib.rs +++ b/crates/profile/src/lib.rs @@ -92,7 +92,7 @@ pub fn cpu_span() -> CpuSpan { { eprintln!( r#"cpu profiling is disabled, uncomment `default = [ "cpu_profiler" ]` in Cargo.toml to enable."# - ) + ); } CpuSpan { _private: () } |