remove un used flags

This commit is contained in:
aniketfuryrocks 2023-03-06 19:40:34 +05:30
parent 24dc5421ba
commit 6a9fa15a37
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ members = [
"bench"
]
[build]
rustflags = ["--cfg", "tokio_unstable"]
rustdocflags = ["--cfg", "tokio_unstable"]
[dev-dependencies]
bench = { path = "./bench" }