fix: fix clippy and broken code (#1761)

This commit is contained in:
Matthias Seitz
2023-03-15 12:56:46 +01:00
committed by GitHub
parent 83aacf218c
commit ec7b9554f3
6 changed files with 11 additions and 11 deletions

View File

@ -134,6 +134,7 @@ where
/// Generates two batches. The first is to be inserted into the database before running the
/// benchmark. The second is to be benchmarked with.
#[allow(clippy::type_complexity)]
fn generate_batches<T>(size: usize) -> (Vec<(T::Key, T::Value)>, Vec<(T::Key, T::Value)>)
where
T: Table + Default,