clippy: rm some type_complexity (#9276)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2024-07-03 21:17:33 +02:00
committed by GitHub
parent 4f3f5067ce
commit ba370918c8
5 changed files with 35 additions and 15 deletions

View File

@ -130,7 +130,6 @@ 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<TableRow<T>>, Vec<TableRow<T>>)
where
T: Table,