Skip to content

Commit 77821b2

Browse files
committed
Remove unused unused_macros
The macro is always used
1 parent 2a71115 commit 77821b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/tests/num/ieee754.rs

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ macro_rules! assert_biteq {
3939

4040
// ToString uses the default fmt::Display impl without special concerns, and bypasses other parts
4141
// of the formatting infrastructure, which makes it ideal for testing here.
42-
#[allow(unused_macros)]
4342
macro_rules! roundtrip {
4443
($f:expr => $t:ty) => {
4544
($f).to_string().parse::<$t>().unwrap()

0 commit comments

Comments
 (0)