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 cd99f68 + b3b81a7 commit affe51fCopy full SHA for affe51f
src/macros.rs
@@ -62,7 +62,7 @@ macro_rules! cfg_if {
62
};
63
}
64
65
-#[allow(unused_macros)]
+#[allow(unused_macros, unused_macro_rules)]
66
macro_rules! s {
67
($($(#[$attr:meta])* pub $t:ident $i:ident { $($field:tt)* })*) => ($(
68
s!(it: $(#[$attr])* pub $t $i { $($field)* });
0 commit comments