Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj committed Apr 30, 2024
1 parent 8867348 commit 28bd286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrypto-vdf/src/class_group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use serde::Deserialize;
use serde::Serialize;
use std::borrow::Borrow;
use std::mem::swap;
use std::ops::{Add, Mul, Neg, Shr};
use std::ops::{Add, Mul, Neg};

#[cfg(test)]
mod tests;
Expand Down

0 comments on commit 28bd286

Please sign in to comment.