Remove unused unused_macros
The macro is always used
This commit is contained in:
parent
2a71115261
commit
77821b2eb9
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue