We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg_if
1 parent 3b0a211 commit de2600cCopy full SHA for de2600c
src/macros.rs
@@ -1,4 +1,5 @@
1
// See the cfg-if crate.
2
+#[allow(unused)]
3
macro_rules! cfg_if {
4
// match if/else chains with a final `else`
5
($(
0 commit comments