Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <[email protected]>
  • Loading branch information
cconstantine and Darksonn authored Sep 20, 2023
1 parent e830ad8 commit a7ee21e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tokio-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

### Added

- io: Add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739])
- task: Add spawn blocking methods to joinmap ([#5797])
- io: Enrich `StreamReader` and `SinkWriter` ([#5941])
- io: SyncIoBridge: Add `into_inner` ([#5971])
- io: add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739])
- task: add spawn blocking methods to `JoinMap` ([#5797])
- io: enrich `StreamReader` and `SinkWriter` ([#5941])
- io: add `SyncIoBridge::into_inner` ([#5971])

### Changed

- sync: replace `sync::reusable_box::Pending` with `std::future::Pending` ([#6000])

### Fixed

- sync: Fix #5808: Handle possible dangling reference safely ([#5812])
- util: Fix broken intra-doc link ([#5849])
- compat: Fix clippy warnings ([#5891])
- sync: handle possibly dangling reference safely ([#5812])
- util: fix broken intra-doc link ([#5849])
- compat: fix clippy warnings ([#5891])

### Documented

Expand Down

0 comments on commit a7ee21e

Please sign in to comment.