@@ -150,9 +150,7 @@ pub fn short<M: Metric>(
150
150
metric : M ,
151
151
suffix : Option < & str > ,
152
152
mut group : BenchmarkGroup < WallTime > ,
153
- ) where
154
- M : Metric ,
155
- {
153
+ ) {
156
154
for_all_cases_and_ranges ( metric, "short" , suffix, |metric, id, ranges| {
157
155
let query = "paradise" ;
158
156
let candidates = core:: iter:: once ( "paradisematic" ) ;
@@ -165,9 +163,7 @@ pub fn medium_start<M: Metric>(
165
163
metric : M ,
166
164
suffix : Option < & str > ,
167
165
mut group : BenchmarkGroup < WallTime > ,
168
- ) where
169
- M : Metric ,
170
- {
166
+ ) {
171
167
for_all_cases_and_ranges (
172
168
metric,
173
169
"medium_start" ,
@@ -185,9 +181,7 @@ pub fn medium_middle<M: Metric>(
185
181
metric : M ,
186
182
suffix : Option < & str > ,
187
183
mut group : BenchmarkGroup < WallTime > ,
188
- ) where
189
- M : Metric ,
190
- {
184
+ ) {
191
185
for_all_cases_and_ranges (
192
186
metric,
193
187
"medium_middle" ,
@@ -205,9 +199,7 @@ pub fn medium_end<M: Metric>(
205
199
metric : M ,
206
200
suffix : Option < & str > ,
207
201
mut group : BenchmarkGroup < WallTime > ,
208
- ) where
209
- M : Metric ,
210
- {
202
+ ) {
211
203
for_all_cases_and_ranges (
212
204
metric,
213
205
"medium_end" ,
@@ -225,9 +217,7 @@ pub fn long_start<M: Metric>(
225
217
metric : M ,
226
218
suffix : Option < & str > ,
227
219
mut group : BenchmarkGroup < WallTime > ,
228
- ) where
229
- M : Metric ,
230
- {
220
+ ) {
231
221
for_all_cases_and_ranges (
232
222
metric,
233
223
"long_start" ,
@@ -245,9 +235,7 @@ pub fn long_middle<M: Metric>(
245
235
metric : M ,
246
236
suffix : Option < & str > ,
247
237
mut group : BenchmarkGroup < WallTime > ,
248
- ) where
249
- M : Metric ,
250
- {
238
+ ) {
251
239
for_all_cases_and_ranges (
252
240
metric,
253
241
"long_middle" ,
@@ -265,9 +253,7 @@ pub fn long_end<M: Metric>(
265
253
metric : M ,
266
254
suffix : Option < & str > ,
267
255
mut group : BenchmarkGroup < WallTime > ,
268
- ) where
269
- M : Metric ,
270
- {
256
+ ) {
271
257
for_all_cases_and_ranges (
272
258
metric,
273
259
"long_end" ,
0 commit comments