Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 16, 2024
1 parent ec934c3 commit d32b862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noir_stdlib/src/cmp.nr
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ impl Ord for u32 {
}
}


impl Ord for u16 {
fn cmp(self, other: u16) -> Ordering {
if self < other {
Expand Down

0 comments on commit d32b862

Please sign in to comment.