We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e956d + 77821b2 commit 18109d5Copy full SHA for 18109d5
library/core/tests/num/ieee754.rs
@@ -39,7 +39,6 @@ macro_rules! assert_biteq {
39
40
// ToString uses the default fmt::Display impl without special concerns, and bypasses other parts
41
// of the formatting infrastructure, which makes it ideal for testing here.
42
-#[allow(unused_macros)]
43
macro_rules! roundtrip {
44
($f:expr => $t:ty) => {
45
($f).to_string().parse::<$t>().unwrap()
0 commit comments