From b45f5831cf677fe5e86412a36834664d6265bbe9 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 26 Aug 2023 17:09:33 +0200 Subject: [PATCH] tokio: remove stats feature (#5952) --- tokio/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 19384b75d..705b0d212 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -88,11 +88,6 @@ sync = [] test-util = ["rt", "sync", "time"] time = [] -# Technically, removing this is a breaking change even though it only ever did -# anything with the unstable flag on. It is probably safe to get rid of it after -# a few releases. -stats = [] - [dependencies] tokio-macros = { version = "~2.1.0", path = "../tokio-macros", optional = true }