Skip to content

Commit

Permalink
fix rustc warnings - perf
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Sep 24, 2024
1 parent 7cbb628 commit c3d7526
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/solidity/testing/perf/benches/iai/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ mod tests;

use std::hint::black_box;

use iai_callgrind::{
library_benchmark, library_benchmark_group, main, Direction, FlamegraphConfig,
LibraryBenchmarkConfig, Tool, ValgrindTool,
};
use iai_callgrind::{library_benchmark, library_benchmark_group, main, LibraryBenchmarkConfig};
use slang_solidity::bindings::Bindings;

use crate::dataset::SourceFile;
Expand Down

0 comments on commit c3d7526

Please sign in to comment.