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