From e8e522ee20b1b99a2de2983a5d4d3079f3d9669d Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Wed, 27 Nov 2024 15:51:45 +0100 Subject: [PATCH] Remove redundant comment Signed-off-by: Denis Varlakov --- round-based/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/round-based/Cargo.toml b/round-based/Cargo.toml index f6589c2..ac9af58 100644 --- a/round-based/Cargo.toml +++ b/round-based/Cargo.toml @@ -40,7 +40,6 @@ rand_dev = "0.1" [features] default = ["std"] state-machine = [] -# dev = ["std", "tokio/sync", "tokio-stream", "futures-util/alloc"] sim = ["std", "state-machine"] sim-async = ["std", "tokio/sync", "tokio-stream", "futures-util/alloc"] derive = ["round-based-derive"]