Skip to content

Commit

Permalink
Fix macro AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Jan 21, 2019
1 parent dbd0f99 commit c752003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ macro_rules! export_func {
ctx: Context::Internal,
signature: FuncSig {
params: vec![$($crate::__export_func_convert_type!($params),)*],
returns: vec![$($crate::__export_func_convert_type!($params),)*],
returns: vec![$($crate::__export_func_convert_type!($returns),)*],
},
}
}};
Expand Down

0 comments on commit c752003

Please sign in to comment.