Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Apr 10, 2019
1 parent cfd4758 commit 2d2a177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runtime-core/src/typed_func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d2a177

Please sign in to comment.