From 2d2a177e9cf8c4717f8c4e69432ca56dfb9fab88 Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Wed, 10 Apr 2019 10:31:49 -0700 Subject: [PATCH] Fix lint --- lib/runtime-core/src/typed_func.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runtime-core/src/typed_func.rs b/lib/runtime-core/src/typed_func.rs index 2198eb90ec8..2ca67dba535 100644 --- a/lib/runtime-core/src/typed_func.rs +++ b/lib/runtime-core/src/typed_func.rs @@ -66,7 +66,6 @@ pub type Invoke = unsafe extern "C" fn( Option>, ) -> 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.