Skip to content

Commit 9a3f7a3

Browse files
authored
Update macros.rs
1 parent de2600c commit 9a3f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// See the cfg-if crate.
2-
#[allow(unused)]
2+
#[allow(unused_macro_rules)]
33
macro_rules! cfg_if {
44
// match if/else chains with a final `else`
55
($(

0 commit comments

Comments
 (0)