Skip to content

Commit

Permalink
Fix lint failure from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter committed Oct 17, 2024
1 parent 5796226 commit 1400f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roslibrust_test/benches/image_bench.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use criterion::{criterion_group, criterion_main, Criterion};
use pprof::criterion::{PProfProfiler, Output};
use pprof::criterion::{Output, PProfProfiler};
use std::{
hint::black_box,
sync::{Arc, Mutex},
Expand Down

0 comments on commit 1400f5b

Please sign in to comment.