Skip to content

Commit

Permalink
Remove unused unused_macros
Browse files Browse the repository at this point in the history
The macro is always used
  • Loading branch information
est31 committed Apr 16, 2023
1 parent 2a71115 commit 77821b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/tests/num/ieee754.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ macro_rules! assert_biteq {

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

0 comments on commit 77821b2

Please sign in to comment.