mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-08 20:09:41 +00:00
clippy
This commit is contained in:
parent
e6f55f0e7c
commit
705cd7e2db
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use criterion::{black_box, criterion_group, criterion_main, BatchSize, Criterion
|
|||
use function_name::named;
|
||||
|
||||
use cuprate_epee_encoding::{from_bytes, to_bytes};
|
||||
use cuprate_rpc_types::bin::{GetBlocksRequest, GetBlocksResponse};
|
||||
use cuprate_rpc_types::bin::GetBlocksRequest;
|
||||
|
||||
/// Create [`to_bytes`] and [`from_bytes`] benchmarks for `epee` types.
|
||||
macro_rules! generate_epee_benchmarks {
|
||||
|
|
Loading…
Reference in a new issue