Skip to content

Commit 5cc0066

Browse files
committed
Auto merge of #1122 - gnzlbg:unused_macro, r=alexcrichton
the f macro is unused in some targets
2 parents 5d3025b + 9b74d99 commit 5cc0066

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
@@ -48,6 +48,7 @@ macro_rules! s {
4848
)*)
4949
}
5050

51+
#[allow(unused_macros)]
5152
macro_rules! f {
5253
($(pub fn $i:ident($($arg:ident: $argty:ty),*) -> $ret:ty {
5354
$($body:stmt);*

0 commit comments

Comments
 (0)