Skip to content

Commit aee01d7

Browse files
committed
Fix debug impl
1 parent f4bbbe7 commit aee01d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/guest-rust/src/rt/async_support/stream_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ pub struct RawStreamReader<O: StreamOps> {
461461
done: bool,
462462
}
463463

464-
impl<O: StreamOps> fmt::Debug for StreamReader<O> {
464+
impl<O: StreamOps> fmt::Debug for RawStreamReader<O> {
465465
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
466466
f.debug_struct("StreamReader")
467467
.field("handle", &self.handle)

0 commit comments

Comments
 (0)