mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 15:11:37 +00:00
Fix lint
This commit is contained in:
@ -66,7 +66,6 @@ pub type Invoke = unsafe extern "C" fn(
|
|||||||
Option<NonNull<c_void>>,
|
Option<NonNull<c_void>>,
|
||||||
) -> bool;
|
) -> bool;
|
||||||
|
|
||||||
|
|
||||||
/// TODO(lachlan): Naming TBD.
|
/// TODO(lachlan): Naming TBD.
|
||||||
/// This contains the trampoline and invoke functions for a specific signature,
|
/// This contains the trampoline and invoke functions for a specific signature,
|
||||||
/// as well as the environment that the invoke function may or may not require.
|
/// as well as the environment that the invoke function may or may not require.
|
||||||
|
Reference in New Issue
Block a user