Skip to content

Commit bf24fd9

Browse files
committed
Remove annotations, no effect on issue
Problem still exists: evaluate_obligation | 100.16ms | 36.888
1 parent a0411b0 commit bf24fd9

File tree

1 file changed

+0
-181
lines changed

1 file changed

+0
-181
lines changed

repro_crate/src/main.rs

Lines changed: 0 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
trait Trait {
22
#[must_use]
3-
#[allow(clippy::type_complexity, clippy::type_repetition_in_bounds)]
43
fn f<'life0, 'async_trait>(
54
&'life0 self,
65
) -> ::core::pin::Pin<
@@ -12,12 +11,6 @@ trait Trait {
1211
}
1312
pub struct S0;
1413
impl Trait for S0 {
15-
#[allow(
16-
clippy::let_unit_value,
17-
clippy::type_complexity,
18-
clippy::type_repetition_in_bounds,
19-
clippy::used_underscore_binding
20-
)]
2114
fn f<'life0, 'async_trait>(
2215
&'life0 self,
2316
) -> ::core::pin::Pin<
@@ -37,12 +30,6 @@ impl Trait for S0 {
3730
}
3831
pub struct S1;
3932
impl Trait for S1 {
40-
#[allow(
41-
clippy::let_unit_value,
42-
clippy::type_complexity,
43-
clippy::type_repetition_in_bounds,
44-
clippy::used_underscore_binding
45-
)]
4633
fn f<'life0, 'async_trait>(
4734
&'life0 self,
4835
) -> ::core::pin::Pin<
@@ -62,12 +49,6 @@ impl Trait for S1 {
6249
}
6350
pub struct S2;
6451
impl Trait for S2 {
65-
#[allow(
66-
clippy::let_unit_value,
67-
clippy::type_complexity,
68-
clippy::type_repetition_in_bounds,
69-
clippy::used_underscore_binding
70-
)]
7152
fn f<'life0, 'async_trait>(
7253
&'life0 self,
7354
) -> ::core::pin::Pin<
@@ -87,12 +68,6 @@ impl Trait for S2 {
8768
}
8869
pub struct S3;
8970
impl Trait for S3 {
90-
#[allow(
91-
clippy::let_unit_value,
92-
clippy::type_complexity,
93-
clippy::type_repetition_in_bounds,
94-
clippy::used_underscore_binding
95-
)]
9671
fn f<'life0, 'async_trait>(
9772
&'life0 self,
9873
) -> ::core::pin::Pin<
@@ -112,12 +87,6 @@ impl Trait for S3 {
11287
}
11388
pub struct S4;
11489
impl Trait for S4 {
115-
#[allow(
116-
clippy::let_unit_value,
117-
clippy::type_complexity,
118-
clippy::type_repetition_in_bounds,
119-
clippy::used_underscore_binding
120-
)]
12190
fn f<'life0, 'async_trait>(
12291
&'life0 self,
12392
) -> ::core::pin::Pin<
@@ -137,12 +106,6 @@ impl Trait for S4 {
137106
}
138107
pub struct S5;
139108
impl Trait for S5 {
140-
#[allow(
141-
clippy::let_unit_value,
142-
clippy::type_complexity,
143-
clippy::type_repetition_in_bounds,
144-
clippy::used_underscore_binding
145-
)]
146109
fn f<'life0, 'async_trait>(
147110
&'life0 self,
148111
) -> ::core::pin::Pin<
@@ -162,12 +125,6 @@ impl Trait for S5 {
162125
}
163126
pub struct S6;
164127
impl Trait for S6 {
165-
#[allow(
166-
clippy::let_unit_value,
167-
clippy::type_complexity,
168-
clippy::type_repetition_in_bounds,
169-
clippy::used_underscore_binding
170-
)]
171128
fn f<'life0, 'async_trait>(
172129
&'life0 self,
173130
) -> ::core::pin::Pin<
@@ -187,12 +144,6 @@ impl Trait for S6 {
187144
}
188145
pub struct S7;
189146
impl Trait for S7 {
190-
#[allow(
191-
clippy::let_unit_value,
192-
clippy::type_complexity,
193-
clippy::type_repetition_in_bounds,
194-
clippy::used_underscore_binding
195-
)]
196147
fn f<'life0, 'async_trait>(
197148
&'life0 self,
198149
) -> ::core::pin::Pin<
@@ -212,12 +163,6 @@ impl Trait for S7 {
212163
}
213164
pub struct S8;
214165
impl Trait for S8 {
215-
#[allow(
216-
clippy::let_unit_value,
217-
clippy::type_complexity,
218-
clippy::type_repetition_in_bounds,
219-
clippy::used_underscore_binding
220-
)]
221166
fn f<'life0, 'async_trait>(
222167
&'life0 self,
223168
) -> ::core::pin::Pin<
@@ -237,12 +182,6 @@ impl Trait for S8 {
237182
}
238183
pub struct S9;
239184
impl Trait for S9 {
240-
#[allow(
241-
clippy::let_unit_value,
242-
clippy::type_complexity,
243-
clippy::type_repetition_in_bounds,
244-
clippy::used_underscore_binding
245-
)]
246185
fn f<'life0, 'async_trait>(
247186
&'life0 self,
248187
) -> ::core::pin::Pin<
@@ -262,12 +201,6 @@ impl Trait for S9 {
262201
}
263202
pub struct S10;
264203
impl Trait for S10 {
265-
#[allow(
266-
clippy::let_unit_value,
267-
clippy::type_complexity,
268-
clippy::type_repetition_in_bounds,
269-
clippy::used_underscore_binding
270-
)]
271204
fn f<'life0, 'async_trait>(
272205
&'life0 self,
273206
) -> ::core::pin::Pin<
@@ -287,12 +220,6 @@ impl Trait for S10 {
287220
}
288221
pub struct S11;
289222
impl Trait for S11 {
290-
#[allow(
291-
clippy::let_unit_value,
292-
clippy::type_complexity,
293-
clippy::type_repetition_in_bounds,
294-
clippy::used_underscore_binding
295-
)]
296223
fn f<'life0, 'async_trait>(
297224
&'life0 self,
298225
) -> ::core::pin::Pin<
@@ -312,12 +239,6 @@ impl Trait for S11 {
312239
}
313240
pub struct S12;
314241
impl Trait for S12 {
315-
#[allow(
316-
clippy::let_unit_value,
317-
clippy::type_complexity,
318-
clippy::type_repetition_in_bounds,
319-
clippy::used_underscore_binding
320-
)]
321242
fn f<'life0, 'async_trait>(
322243
&'life0 self,
323244
) -> ::core::pin::Pin<
@@ -337,12 +258,6 @@ impl Trait for S12 {
337258
}
338259
pub struct S13;
339260
impl Trait for S13 {
340-
#[allow(
341-
clippy::let_unit_value,
342-
clippy::type_complexity,
343-
clippy::type_repetition_in_bounds,
344-
clippy::used_underscore_binding
345-
)]
346261
fn f<'life0, 'async_trait>(
347262
&'life0 self,
348263
) -> ::core::pin::Pin<
@@ -362,12 +277,6 @@ impl Trait for S13 {
362277
}
363278
pub struct S14;
364279
impl Trait for S14 {
365-
#[allow(
366-
clippy::let_unit_value,
367-
clippy::type_complexity,
368-
clippy::type_repetition_in_bounds,
369-
clippy::used_underscore_binding
370-
)]
371280
fn f<'life0, 'async_trait>(
372281
&'life0 self,
373282
) -> ::core::pin::Pin<
@@ -387,12 +296,6 @@ impl Trait for S14 {
387296
}
388297
pub struct S15;
389298
impl Trait for S15 {
390-
#[allow(
391-
clippy::let_unit_value,
392-
clippy::type_complexity,
393-
clippy::type_repetition_in_bounds,
394-
clippy::used_underscore_binding
395-
)]
396299
fn f<'life0, 'async_trait>(
397300
&'life0 self,
398301
) -> ::core::pin::Pin<
@@ -412,12 +315,6 @@ impl Trait for S15 {
412315
}
413316
pub struct S16;
414317
impl Trait for S16 {
415-
#[allow(
416-
clippy::let_unit_value,
417-
clippy::type_complexity,
418-
clippy::type_repetition_in_bounds,
419-
clippy::used_underscore_binding
420-
)]
421318
fn f<'life0, 'async_trait>(
422319
&'life0 self,
423320
) -> ::core::pin::Pin<
@@ -437,12 +334,6 @@ impl Trait for S16 {
437334
}
438335
pub struct S17;
439336
impl Trait for S17 {
440-
#[allow(
441-
clippy::let_unit_value,
442-
clippy::type_complexity,
443-
clippy::type_repetition_in_bounds,
444-
clippy::used_underscore_binding
445-
)]
446337
fn f<'life0, 'async_trait>(
447338
&'life0 self,
448339
) -> ::core::pin::Pin<
@@ -462,12 +353,6 @@ impl Trait for S17 {
462353
}
463354
pub struct S18;
464355
impl Trait for S18 {
465-
#[allow(
466-
clippy::let_unit_value,
467-
clippy::type_complexity,
468-
clippy::type_repetition_in_bounds,
469-
clippy::used_underscore_binding
470-
)]
471356
fn f<'life0, 'async_trait>(
472357
&'life0 self,
473358
) -> ::core::pin::Pin<
@@ -487,12 +372,6 @@ impl Trait for S18 {
487372
}
488373
pub struct S19;
489374
impl Trait for S19 {
490-
#[allow(
491-
clippy::let_unit_value,
492-
clippy::type_complexity,
493-
clippy::type_repetition_in_bounds,
494-
clippy::used_underscore_binding
495-
)]
496375
fn f<'life0, 'async_trait>(
497376
&'life0 self,
498377
) -> ::core::pin::Pin<
@@ -512,12 +391,6 @@ impl Trait for S19 {
512391
}
513392
pub struct S20;
514393
impl Trait for S20 {
515-
#[allow(
516-
clippy::let_unit_value,
517-
clippy::type_complexity,
518-
clippy::type_repetition_in_bounds,
519-
clippy::used_underscore_binding
520-
)]
521394
fn f<'life0, 'async_trait>(
522395
&'life0 self,
523396
) -> ::core::pin::Pin<
@@ -537,12 +410,6 @@ impl Trait for S20 {
537410
}
538411
pub struct S21;
539412
impl Trait for S21 {
540-
#[allow(
541-
clippy::let_unit_value,
542-
clippy::type_complexity,
543-
clippy::type_repetition_in_bounds,
544-
clippy::used_underscore_binding
545-
)]
546413
fn f<'life0, 'async_trait>(
547414
&'life0 self,
548415
) -> ::core::pin::Pin<
@@ -562,12 +429,6 @@ impl Trait for S21 {
562429
}
563430
pub struct S22;
564431
impl Trait for S22 {
565-
#[allow(
566-
clippy::let_unit_value,
567-
clippy::type_complexity,
568-
clippy::type_repetition_in_bounds,
569-
clippy::used_underscore_binding
570-
)]
571432
fn f<'life0, 'async_trait>(
572433
&'life0 self,
573434
) -> ::core::pin::Pin<
@@ -587,12 +448,6 @@ impl Trait for S22 {
587448
}
588449
pub struct S23;
589450
impl Trait for S23 {
590-
#[allow(
591-
clippy::let_unit_value,
592-
clippy::type_complexity,
593-
clippy::type_repetition_in_bounds,
594-
clippy::used_underscore_binding
595-
)]
596451
fn f<'life0, 'async_trait>(
597452
&'life0 self,
598453
) -> ::core::pin::Pin<
@@ -612,12 +467,6 @@ impl Trait for S23 {
612467
}
613468
pub struct S24;
614469
impl Trait for S24 {
615-
#[allow(
616-
clippy::let_unit_value,
617-
clippy::type_complexity,
618-
clippy::type_repetition_in_bounds,
619-
clippy::used_underscore_binding
620-
)]
621470
fn f<'life0, 'async_trait>(
622471
&'life0 self,
623472
) -> ::core::pin::Pin<
@@ -637,12 +486,6 @@ impl Trait for S24 {
637486
}
638487
pub struct S25;
639488
impl Trait for S25 {
640-
#[allow(
641-
clippy::let_unit_value,
642-
clippy::type_complexity,
643-
clippy::type_repetition_in_bounds,
644-
clippy::used_underscore_binding
645-
)]
646489
fn f<'life0, 'async_trait>(
647490
&'life0 self,
648491
) -> ::core::pin::Pin<
@@ -662,12 +505,6 @@ impl Trait for S25 {
662505
}
663506
pub struct S26;
664507
impl Trait for S26 {
665-
#[allow(
666-
clippy::let_unit_value,
667-
clippy::type_complexity,
668-
clippy::type_repetition_in_bounds,
669-
clippy::used_underscore_binding
670-
)]
671508
fn f<'life0, 'async_trait>(
672509
&'life0 self,
673510
) -> ::core::pin::Pin<
@@ -687,12 +524,6 @@ impl Trait for S26 {
687524
}
688525
pub struct S27;
689526
impl Trait for S27 {
690-
#[allow(
691-
clippy::let_unit_value,
692-
clippy::type_complexity,
693-
clippy::type_repetition_in_bounds,
694-
clippy::used_underscore_binding
695-
)]
696527
fn f<'life0, 'async_trait>(
697528
&'life0 self,
698529
) -> ::core::pin::Pin<
@@ -712,12 +543,6 @@ impl Trait for S27 {
712543
}
713544
pub struct S28;
714545
impl Trait for S28 {
715-
#[allow(
716-
clippy::let_unit_value,
717-
clippy::type_complexity,
718-
clippy::type_repetition_in_bounds,
719-
clippy::used_underscore_binding
720-
)]
721546
fn f<'life0, 'async_trait>(
722547
&'life0 self,
723548
) -> ::core::pin::Pin<
@@ -737,12 +562,6 @@ impl Trait for S28 {
737562
}
738563
pub struct S29;
739564
impl Trait for S29 {
740-
#[allow(
741-
clippy::let_unit_value,
742-
clippy::type_complexity,
743-
clippy::type_repetition_in_bounds,
744-
clippy::used_underscore_binding
745-
)]
746565
fn f<'life0, 'async_trait>(
747566
&'life0 self,
748567
) -> ::core::pin::Pin<

0 commit comments

Comments
 (0)