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 de2600c commit 9a3f7a3Copy full SHA for 9a3f7a3
src/macros.rs
@@ -1,5 +1,5 @@
1
// See the cfg-if crate.
2
-#[allow(unused)]
+#[allow(unused_macro_rules)]
3
macro_rules! cfg_if {
4
// match if/else chains with a final `else`
5
($(
0 commit comments