summaryrefslogtreecommitdiff
path: root/ext/websocket/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/websocket/lib.rs')
-rw-r--r--ext/websocket/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs
index 0ae2ada63..4537c45e5 100644
--- a/ext/websocket/lib.rs
+++ b/ext/websocket/lib.rs
@@ -521,7 +521,6 @@ pub fn init<P: WebSocketPermissions + 'static>(
unsafely_ignore_certificate_errors.clone(),
));
state.put::<WsRootStore>(WsRootStore(root_cert_store.clone()));
- Ok(())
})
.build()
}