mirror of
https://github.com/kristoferssolo/project-finder.git
synced 2026-02-04 14:32:09 +00:00
fix: remove clippy warnings
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use std::fmt::format;
|
||||
|
||||
use crate::common::{
|
||||
default,
|
||||
setup::{BenchParams, TEMP_DIR, init_temp_dir},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
use criterion::Criterion;
|
||||
|
||||
pub fn benchmark_edge_cases(c: &mut Criterion) {
|
||||
let mut group = c.benchmark_group("edge_cases");
|
||||
let group = c.benchmark_group("edge_cases");
|
||||
group.finish();
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
use criterion::Criterion;
|
||||
|
||||
pub fn benchmark_specific_scenarios(c: &mut Criterion) {
|
||||
let mut group = c.benchmark_group("specific_scenarios");
|
||||
let group = c.benchmark_group("specific_scenarios");
|
||||
group.finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user