Skip to content
Snippets Groups Projects
Commit 5cc00665 authored by bors's avatar bors
Browse files

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

the f macro is unused in some targets
parents 5d3025b3 9b74d997
No related branches found
No related tags found
Loading
......@@ -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);*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment