Skip to content

Commit

Permalink
Use the imported Op at crates/web-sys-async-io/src/reader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Jul 21, 2023
1 parent 921ec97 commit 7bdb90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web-sys-async-io/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::Op;
#[derive(Debug)]
pub struct Reader {
pub inner: web_sys::ReadableStreamDefaultReader,
pub op: crate::Op,
pub op: Op,
}

impl Reader {
Expand Down

0 comments on commit 7bdb90d

Please sign in to comment.