Skip to content

Commit

Permalink
io: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Oct 15, 2022
1 parent ef13230 commit 66ffb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion realm_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "realm_io"
version = "0.3.4"
version = "0.3.5"
authors = ["zephyr <[email protected]>"]
description = "Realm's high performance IO collections."
repository = "https://github.com/zhboner/realm/realm_io"
Expand Down
4 changes: 1 addition & 3 deletions realm_io/src/bidi_copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ where
}
}

/// Copy data bidirectionally between two streams via two provided buffers.
///
/// Return transferred bytes no matter this operation succeeds or fails.
/// Copy data bidirectionally between two streams with provided buffer.
pub async fn bidi_copy_buf<B, SR, SW>(
a: &mut <CopyBuffer<B, SR, SW> as AsyncIOBuf>::StreamR,
b: &mut <CopyBuffer<B, SR, SW> as AsyncIOBuf>::StreamW,
Expand Down

0 comments on commit 66ffb40

Please sign in to comment.