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 943b116 commit ca956e1Copy full SHA for ca956e1
src/macros.rs
@@ -34,6 +34,7 @@ macro_rules! __cfg_if_apply {
34
}
35
36
37
+#[allow(unused_macros)]
38
macro_rules! s {
39
($($(#[$attr:meta])* pub $t:ident $i:ident { $($field:tt)* })*) => ($(
40
__item! {
@@ -49,6 +50,7 @@ macro_rules! s {
49
50
)*)
51
52
53
54
macro_rules! s_no_extra_traits {
55
56
@@ -82,6 +84,7 @@ macro_rules! f {
82
84
83
85
86
87
88
macro_rules! __item {
89
($i:item) => {
90
$i
0 commit comments