Skip to content

Commit

Permalink
fix(gloo-net): remove bug-abling EventSource Clone implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpochapuis committed Dec 1, 2023
1 parent 7516f26 commit 1c579e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/net/src/eventsource/futures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ use web_sys::MessageEvent;

/// Wrapper around browser's EventSource API. Dropping
/// this will close the underlying event source.
#[derive(Clone)]
pub struct EventSource {
es: web_sys::EventSource,
}
Expand Down

0 comments on commit 1c579e5

Please sign in to comment.