Skip to content

Commit fc672b9

Browse files
committed
Remove unnecessary dbg! usage
1 parent bb51ab5 commit fc672b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/distr/other.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ where
301301

302302
#[cfg(test)]
303303
mod tests {
304-
use std::dbg;
305-
306304
use super::*;
307305
use crate::RngCore;
308306

@@ -353,7 +351,6 @@ mod tests {
353351
for _ in 0..100 {
354352
let c: char = rng.sample(Alphabetic).into();
355353
incorrect |= !c.is_ascii_alphabetic();
356-
dbg!(c);
357354
}
358355
assert!(!incorrect);
359356
}

0 commit comments

Comments
 (0)