Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj committed Oct 27, 2023
1 parent 9b51e85 commit ea7c0ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
45 changes: 0 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastcrypto-vdf/benches/vdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn sample_discriminant(c: &mut Criterion) {
c.bench_with_input(
BenchmarkId::new(
format!("Sample class group discriminant ({})", dep),
&bit_length,
bit_length,
),
&bit_length,
|b, n| {
Expand Down

0 comments on commit ea7c0ff

Please sign in to comment.