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.
1 parent 9c5e70a commit 9b74d99Copy full SHA for 9b74d99
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