We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4e5d7 commit da19ff9Copy full SHA for da19ff9
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