mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
fix typo
This commit is contained in:
@ -78,7 +78,7 @@ macro_rules! __imports_internal {
|
||||
|
||||
#[macro_export]
|
||||
#[doc(hidden)]
|
||||
macro_rules! ecapseman {
|
||||
macro_rules! namespace {
|
||||
( $( $imp_name:expr => $import_item:expr, )* ) => {{
|
||||
let mut ns = $crate::import::Namespace::new();
|
||||
$(
|
||||
|
Reference in New Issue
Block a user