Skip to content

Commit 6f508f8

Browse files
committed
Remove unnecessary trailing semi-colon
1 parent dab1050 commit 6f508f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ macro_rules! f {
128128
})*) => ($(
129129
#[inline]
130130
pub unsafe extern fn $i($($arg: $argty),*) -> $ret {
131-
$($body);*
131+
$($body)*
132132
}
133133
)*)
134134
}

0 commit comments

Comments
 (0)