This commit is contained in:
Lachlan Sneff
2019-04-10 10:31:49 -07:00
parent cfd4758210
commit 2d2a177e9c

View File

@ -66,7 +66,6 @@ pub type Invoke = unsafe extern "C" fn(
Option<NonNull<c_void>>,
) -> bool;
/// TODO(lachlan): Naming TBD.
/// 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.