Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fix(lib.rs): reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Mar 6, 2020
1 parent 1a6b226 commit b3be11b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ impl Debug for Int {
}
}



impl From<BigUint> for Uint {
fn from(v: BigUint) -> Self {
Uint(Right(Box::new(v)))
Expand Down

0 comments on commit b3be11b

Please sign in to comment.