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.
2 parents 5d3025b + 9b74d99 commit 5cc0066Copy full SHA for 5cc0066
src/macros.rs
@@ -48,6 +48,7 @@ macro_rules! s {
48
)*)
49
}
50
51
+#[allow(unused_macros)]
52
macro_rules! f {
53
($(pub fn $i:ident($($arg:ident: $argty:ty),*) -> $ret:ty {
54
$($body:stmt);*
0 commit comments