diff options
Diffstat (limited to 'ext/broadcast_channel/lib.rs')
-rw-r--r-- | ext/broadcast_channel/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/broadcast_channel/lib.rs b/ext/broadcast_channel/lib.rs index 85994bf97..cb8d31890 100644 --- a/ext/broadcast_channel/lib.rs +++ b/ext/broadcast_channel/lib.rs @@ -122,7 +122,6 @@ pub fn init<BC: BroadcastChannel + 'static>( .state(move |state| { state.put(bc.clone()); state.put(Unstable(unstable)); - Ok(()) }) .build() } |