File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,13 @@ async_smol = ["dep:smol", "async"]
91
91
async_tokio = [" dep:tokio" , " async" ]
92
92
async_std = [" dep:async-std" , " async" ]
93
93
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)
96
95
html_reports = []
97
96
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.
100
98
cargo_bench_support = []
101
99
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
104
101
# cargo-criterion's --message-format=json option.
105
102
csv_output = [" dep:csv" ]
106
103
You can’t perform that action at this time.
0 commit comments