Skip to content

Commit

Permalink
chore: remove unnecessary type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 29, 2024
1 parent cffea95 commit 1ef9ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/proto/streams/streams.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ impl<B> StreamRef<B> {
me.actions
.send
.poll_reset(cx, &mut stream, mode)
.map_err(From::from)
}

pub fn clone_to_opaque(&self) -> OpaqueStreamRef {
Expand Down

0 comments on commit 1ef9ecf

Please sign in to comment.