Skip to content

Commit 18109d5

Browse files
committed
Auto merge of #110391 - est31:remove_allow_unused, r=fee1-dead
Remove unused unused_macros The macro is always used
2 parents e6e956d + 77821b2 commit 18109d5

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)