diff --git a/benches/src/main.rs b/benches/src/main.rs index ff6b2d4e..2ec844ac 100644 --- a/benches/src/main.rs +++ b/benches/src/main.rs @@ -1,5 +1,5 @@ use benches::{ - access_control, erc1155, erc20, erc721, merkle_proofs, ownable, report, + access_control, erc1155, erc20, erc721, merkle_proofs, ownable, report::BenchmarkReport, }; use futures::FutureExt;