Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylmiller committed Mar 20, 2023
1 parent a009293 commit efc739c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benchmarks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ pub struct BenchmarkRun {
current_case: Option<usize>,
}

impl Default for BenchmarkRun {
fn default() -> Self {
Self::new()
}
}

impl BenchmarkRun {
// create new
pub fn new() -> Self {
Expand Down

0 comments on commit efc739c

Please sign in to comment.