Skip to content

Commit 1ef9ecf

Browse files
committed
chore: remove unnecessary type conversion
1 parent cffea95 commit 1ef9ecf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/proto/streams/streams.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@ impl<B> StreamRef<B> {
12681268
me.actions
12691269
.send
12701270
.poll_reset(cx, &mut stream, mode)
1271-
.map_err(From::from)
12721271
}
12731272

12741273
pub fn clone_to_opaque(&self) -> OpaqueStreamRef {

0 commit comments

Comments
 (0)