Skip to content

Commit

Permalink
tokio: remove stats feature (#5952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Aug 26, 2023
1 parent 0fe24fc commit b45f583
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tokio/Cargo.toml
Expand Up @@ -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 }

Expand Down

0 comments on commit b45f583

Please sign in to comment.