Skip to content

Commit 2af1f16

Browse files
committed
Add missing attribute
1 parent fa2bfb3 commit 2af1f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ cfg_if! {
162162
)*)
163163
}
164164
} else {
165+
#[allow(unused_macros)]
165166
macro_rules! f {
166167
($(pub $({$constness:ident})* fn $i:ident($($arg:ident: $argty:ty),*) -> $ret:ty {
167168
$($body:stmt);*

0 commit comments

Comments
 (0)