Auto merge of #1122 - gnzlbg:unused_macro, r=alexcrichton

the f macro is unused in some targets
This commit is contained in:
bors 2018-11-12 16:46:09 +00:00
commit 5cc006652a

View file

@ -48,6 +48,7 @@ macro_rules! s {
)*)
}
#[allow(unused_macros)]
macro_rules! f {
($(pub fn $i:ident($($arg:ident: $argty:ty),*) -> $ret:ty {
$($body:stmt);*