Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Jan 17, 2025
1 parent 7d3bb98 commit 793f537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scooter/src/slicing_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn parse_slicing_result(result: &BenchmarkResult, tracing_name: &str) -> Slicing
event
.span
.as_ref()
.map_or(false, |span| span.name == tracing_name)
.is_some_and(|span| span.name == tracing_name)
});
let mut total_time = None;
let mut active = None;
Expand Down

0 comments on commit 793f537

Please sign in to comment.