Skip to content

Commit 23c0130

Browse files
committed
Remove unused struct BinNum.
1 parent ff0dbdc commit 23c0130

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/display_utils.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,3 @@ impl<N: LowerHex> Debug for HexNum<N> {
77
LowerHex::fmt(&self.0, f)
88
}
99
}
10-
11-
pub struct BinNum<N: Binary>(pub N);
12-
13-
impl<N: Binary> Debug for BinNum<N> {
14-
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
15-
Binary::fmt(&self.0, f)
16-
}
17-
}

0 commit comments

Comments
 (0)