Skip to content

Commit 6ad177a

Browse files
Update vm/src/vm/vm_new.rs
Co-authored-by: Jeong, YunWon <[email protected]>
1 parent 8d2ad45 commit 6ad177a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/vm/vm_new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::{
1616
macro_rules! define_exception_fn {
1717
// With doc
1818
(
19-
$fn_name:ident, $attr:ident,
19+
fn $fn_name:ident, $attr:ident,
2020
doc = $doc:literal
2121
) => {
2222
#[doc = $doc]

0 commit comments

Comments
 (0)