diff options
Diffstat (limited to 'ext/ffi/lib.rs')
-rw-r--r-- | ext/ffi/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ffi/lib.rs b/ext/ffi/lib.rs index 38a5a7eb2..e9ce2ec2e 100644 --- a/ext/ffi/lib.rs +++ b/ext/ffi/lib.rs @@ -151,8 +151,6 @@ pub fn init<P: FfiPermissions + 'static>(unstable: bool) -> Extension { async_work_receiver, async_work_sender, }); - - Ok(()) }) .build() } |