Skip to content

Commit 260e2f1

Browse files
authored
Update Cargo features' comments (#825)
Criterion is not at v0.3 any more.
1 parent 58130ff commit 260e2f1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,13 @@ async_smol = ["dep:smol", "async"]
9191
async_tokio = ["dep:tokio", "async"]
9292
async_std = ["dep:async-std", "async"]
9393

94-
# This feature _currently_ does nothing except disable a warning message, but in 0.4.0 it will be
95-
# required in order to have Criterion.rs generate its own plots (as opposed to using cargo-criterion)
94+
# Make Criterion.rs generate its own plots (as opposed to using cargo-criterion)
9695
html_reports = []
9796

98-
# This feature _currently_ does nothing except disable a warning message, but in 0.4.0 it will be
99-
# required in order to have Criterion.rs be usable outside of cargo-criterion.
97+
# Make Criterion.rs usable outside of cargo-criterion.
10098
cargo_bench_support = []
10199

102-
# This feature _currently_ does nothing, but in 0.4.0 it will be
103-
# required in order to have Criterion.rs generate CSV files. This feature is deprecated in favor of
100+
# Make Criterion.rs generate CSV files. This feature is deprecated in favor of
104101
# cargo-criterion's --message-format=json option.
105102
csv_output = ["dep:csv"]
106103

0 commit comments

Comments
 (0)