From 6a9fa15a37ab5bb26d53e7aa996bba38aa4824ec Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Mon, 6 Mar 2023 19:40:34 +0530 Subject: [PATCH] remove un used flags --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87e7be8f..f6203c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,6 @@ members = [ "bench" ] -[build] -rustflags = ["--cfg", "tokio_unstable"] -rustdocflags = ["--cfg", "tokio_unstable"] - [dev-dependencies] bench = { path = "./bench" }