Skip to content

Commit 454a63c

Browse files
committed
Remove left-over dbg! statement
`dbg!` requires `std`, and it's probably not meant to be here anyway.
1 parent 2a490b7 commit 454a63c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/crc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ mod tests {
319319

320320
ca.combine(&cb);
321321

322-
dbg!(&ca);
323-
324322
assert_eq!(ca.amount(), 11);
325323
assert_eq!(ca.sum(), sum_of(b"hello world"));
326324
}

0 commit comments

Comments
 (0)