Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Dec 12, 2024
1 parent 29d8cfb commit ab4d981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion replay/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ fn main() {

// We pause the main thread to differentiate
// caching from benchmarking from within a profiler
#[cfg(feature = "profiling")]
thread::sleep(Duration::from_secs(1));

{
Expand Down Expand Up @@ -248,7 +249,7 @@ fn main() {

// We pause the main thread to differentiate
// caching from benchmarking from within a profiler
#[cfg(profiling)]
#[cfg(feature = "profiling")]
thread::sleep(Duration::from_secs(1));

{
Expand Down

0 comments on commit ab4d981

Please sign in to comment.