From c16463746220493566c8745c218a301965b8c72d Mon Sep 17 00:00:00 2001 From: mox692 Date: Fri, 30 Aug 2024 14:42:23 +0900 Subject: [PATCH] remove tokio-util change --- tokio/CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 6d91cf7f117..74c3156789a 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -22,10 +22,6 @@ - task: add `#[must_use]` to `JoinHandle::abort_handle` ([#6762]) - time: eliminate timer wheel allocations ([#6779]) -### Fixed - -- task: fix typo in `TaskTracker` docs ([#6792]) - ### Documented - docs: clarify that `[build]` section doesn't go in Cargo.toml ([#6728]) @@ -50,7 +46,6 @@ [#6783]: https://github.com/tokio-rs/tokio/pull/6783 [#6784]: https://github.com/tokio-rs/tokio/pull/6784 [#6790]: https://github.com/tokio-rs/tokio/pull/6790 -[#6792]: https://github.com/tokio-rs/tokio/pull/6792 # 1.39.3 (August 17th, 2024)