Skip to content

Commit

Permalink
util: add back public poll_read_buf() function
Browse files Browse the repository at this point in the history
This was accidentally removed in #3064.
  • Loading branch information
djc committed Oct 30, 2020
1 parent 24ed874 commit 23f0a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokio-util/CHANGELOG.md
@@ -1,11 +1,11 @@
### Added
- io: `poll_read_buf` util fn (#2972).

# 0.5.0 (October 30, 2020)

### Changed
- io: update `bytes` to 0.6 (#3071).

### Added
- io: `poll_read_buf` util fn (#2972).

# 0.4.0 (October 15, 2020)

### Added
Expand Down
1 change: 1 addition & 0 deletions tokio-util/src/io/mod.rs
Expand Up @@ -10,6 +10,7 @@ mod read_buf;
mod reader_stream;
mod stream_reader;

pub use crate::util::poll_read_buf;
pub use self::read_buf::read_buf;
pub use self::reader_stream::ReaderStream;
pub use self::stream_reader::StreamReader;

0 comments on commit 23f0a12

Please sign in to comment.