We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0a211 + 9a3f7a3 commit 7c518c7Copy full SHA for 7c518c7
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