From 18bf0d130a8c0cb833c41aa56170e1bfbee42997 Mon Sep 17 00:00:00 2001 From: Chris Constantine Date: Wed, 20 Sep 2023 10:04:47 -0700 Subject: [PATCH] Apply suggestion from code review --- tokio-util/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index cd59c2dadbc..c079eaea2c8 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -9,8 +9,6 @@ ### Changed -- sync: replace `sync::reusable_box::Pending` with `std::future::Pending` ([#6000]) - ### Fixed - sync: handle possibly dangling reference safely ([#5812]) @@ -25,7 +23,6 @@ [#5797]: https://github.com/tokio-rs/tokio/pull/5797 [#5941]: https://github.com/tokio-rs/tokio/pull/5941 [#5971]: https://github.com/tokio-rs/tokio/pull/5971 -[#6000]: https://github.com/tokio-rs/tokio/pull/6000 [#5812]: https://github.com/tokio-rs/tokio/pull/5812 [#5849]: https://github.com/tokio-rs/tokio/pull/5849 [#5891]: https://github.com/tokio-rs/tokio/pull/5891