summaryrefslogtreecommitdiff
path: root/ext/napi/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/napi/lib.rs')
-rw-r--r--ext/napi/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/napi/lib.rs b/ext/napi/lib.rs
index 628ecd5a2..471ebfeab 100644
--- a/ext/napi/lib.rs
+++ b/ext/napi/lib.rs
@@ -578,7 +578,6 @@ pub fn init<P: NapiPermissions + 'static>() -> Extension {
env_cleanup_hooks: Rc::new(RefCell::new(vec![])),
tsfn_ref_counters: Arc::new(Mutex::new(vec![])),
});
- Ok(())
})
.build()
}