Skip to content

Commit

Permalink
Auto merge of #110391 - est31:remove_allow_unused, r=fee1-dead
Browse files Browse the repository at this point in the history
Remove unused unused_macros

The macro is always used
  • Loading branch information
bors committed Apr 16, 2023
2 parents e6e956d + 77821b2 commit 18109d5
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 18109d5

Please sign in to comment.