Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 32b518a

Browse files
committed
silence dbg
1 parent cd41501 commit 32b518a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/math/generic/scalbn.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
use super::super::support::Hexf;
55
use super::super::{CastFrom, CastInto, Float, IntTy, MinInt};
66

7-
extern crate std;
8-
use std::dbg;
7+
// extern crate std;
8+
// use std::dbg;
99

10-
// macro_rules! dbg {
11-
// ($($tt:tt)*) => {};
12-
// }
10+
macro_rules! dbg {
11+
($($tt:tt)*) => {};
12+
}
1313

1414
/// Scale the exponent.
1515
///

0 commit comments

Comments
 (0)