Remove unused #[pin_project] attribute

pull/3/head
Sebastian Dröge 5 years ago
parent 69d9a0c364
commit 93d4b35d4d
  1. 2
      src/lib.rs

@ -176,9 +176,7 @@ where
/// through the respective `Stream` and `Sink`. Check more information about
/// them in `futures-rs` crate documentation or have a look on the examples
/// and unit tests for this crate.
#[pin_project]
pub struct WebSocketStream<S> {
#[pin]
inner: WebSocket<AllowStd<S>>,
}

Loading…
Cancel
Save