1
1
trait Trait {
2
2
#[ must_use]
3
- #[ allow( clippy:: type_complexity, clippy:: type_repetition_in_bounds) ]
4
3
fn f < ' life0 , ' async_trait > (
5
4
& ' life0 self ,
6
5
) -> :: core:: pin:: Pin <
@@ -12,12 +11,6 @@ trait Trait {
12
11
}
13
12
pub struct S0 ;
14
13
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
- ) ]
21
14
fn f < ' life0 , ' async_trait > (
22
15
& ' life0 self ,
23
16
) -> :: core:: pin:: Pin <
@@ -37,12 +30,6 @@ impl Trait for S0 {
37
30
}
38
31
pub struct S1 ;
39
32
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
- ) ]
46
33
fn f < ' life0 , ' async_trait > (
47
34
& ' life0 self ,
48
35
) -> :: core:: pin:: Pin <
@@ -62,12 +49,6 @@ impl Trait for S1 {
62
49
}
63
50
pub struct S2 ;
64
51
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
- ) ]
71
52
fn f < ' life0 , ' async_trait > (
72
53
& ' life0 self ,
73
54
) -> :: core:: pin:: Pin <
@@ -87,12 +68,6 @@ impl Trait for S2 {
87
68
}
88
69
pub struct S3 ;
89
70
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
- ) ]
96
71
fn f < ' life0 , ' async_trait > (
97
72
& ' life0 self ,
98
73
) -> :: core:: pin:: Pin <
@@ -112,12 +87,6 @@ impl Trait for S3 {
112
87
}
113
88
pub struct S4 ;
114
89
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
- ) ]
121
90
fn f < ' life0 , ' async_trait > (
122
91
& ' life0 self ,
123
92
) -> :: core:: pin:: Pin <
@@ -137,12 +106,6 @@ impl Trait for S4 {
137
106
}
138
107
pub struct S5 ;
139
108
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
- ) ]
146
109
fn f < ' life0 , ' async_trait > (
147
110
& ' life0 self ,
148
111
) -> :: core:: pin:: Pin <
@@ -162,12 +125,6 @@ impl Trait for S5 {
162
125
}
163
126
pub struct S6 ;
164
127
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
- ) ]
171
128
fn f < ' life0 , ' async_trait > (
172
129
& ' life0 self ,
173
130
) -> :: core:: pin:: Pin <
@@ -187,12 +144,6 @@ impl Trait for S6 {
187
144
}
188
145
pub struct S7 ;
189
146
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
- ) ]
196
147
fn f < ' life0 , ' async_trait > (
197
148
& ' life0 self ,
198
149
) -> :: core:: pin:: Pin <
@@ -212,12 +163,6 @@ impl Trait for S7 {
212
163
}
213
164
pub struct S8 ;
214
165
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
- ) ]
221
166
fn f < ' life0 , ' async_trait > (
222
167
& ' life0 self ,
223
168
) -> :: core:: pin:: Pin <
@@ -237,12 +182,6 @@ impl Trait for S8 {
237
182
}
238
183
pub struct S9 ;
239
184
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
- ) ]
246
185
fn f < ' life0 , ' async_trait > (
247
186
& ' life0 self ,
248
187
) -> :: core:: pin:: Pin <
@@ -262,12 +201,6 @@ impl Trait for S9 {
262
201
}
263
202
pub struct S10 ;
264
203
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
- ) ]
271
204
fn f < ' life0 , ' async_trait > (
272
205
& ' life0 self ,
273
206
) -> :: core:: pin:: Pin <
@@ -287,12 +220,6 @@ impl Trait for S10 {
287
220
}
288
221
pub struct S11 ;
289
222
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
- ) ]
296
223
fn f < ' life0 , ' async_trait > (
297
224
& ' life0 self ,
298
225
) -> :: core:: pin:: Pin <
@@ -312,12 +239,6 @@ impl Trait for S11 {
312
239
}
313
240
pub struct S12 ;
314
241
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
- ) ]
321
242
fn f < ' life0 , ' async_trait > (
322
243
& ' life0 self ,
323
244
) -> :: core:: pin:: Pin <
@@ -337,12 +258,6 @@ impl Trait for S12 {
337
258
}
338
259
pub struct S13 ;
339
260
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
- ) ]
346
261
fn f < ' life0 , ' async_trait > (
347
262
& ' life0 self ,
348
263
) -> :: core:: pin:: Pin <
@@ -362,12 +277,6 @@ impl Trait for S13 {
362
277
}
363
278
pub struct S14 ;
364
279
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
- ) ]
371
280
fn f < ' life0 , ' async_trait > (
372
281
& ' life0 self ,
373
282
) -> :: core:: pin:: Pin <
@@ -387,12 +296,6 @@ impl Trait for S14 {
387
296
}
388
297
pub struct S15 ;
389
298
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
- ) ]
396
299
fn f < ' life0 , ' async_trait > (
397
300
& ' life0 self ,
398
301
) -> :: core:: pin:: Pin <
@@ -412,12 +315,6 @@ impl Trait for S15 {
412
315
}
413
316
pub struct S16 ;
414
317
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
- ) ]
421
318
fn f < ' life0 , ' async_trait > (
422
319
& ' life0 self ,
423
320
) -> :: core:: pin:: Pin <
@@ -437,12 +334,6 @@ impl Trait for S16 {
437
334
}
438
335
pub struct S17 ;
439
336
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
- ) ]
446
337
fn f < ' life0 , ' async_trait > (
447
338
& ' life0 self ,
448
339
) -> :: core:: pin:: Pin <
@@ -462,12 +353,6 @@ impl Trait for S17 {
462
353
}
463
354
pub struct S18 ;
464
355
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
- ) ]
471
356
fn f < ' life0 , ' async_trait > (
472
357
& ' life0 self ,
473
358
) -> :: core:: pin:: Pin <
@@ -487,12 +372,6 @@ impl Trait for S18 {
487
372
}
488
373
pub struct S19 ;
489
374
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
- ) ]
496
375
fn f < ' life0 , ' async_trait > (
497
376
& ' life0 self ,
498
377
) -> :: core:: pin:: Pin <
@@ -512,12 +391,6 @@ impl Trait for S19 {
512
391
}
513
392
pub struct S20 ;
514
393
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
- ) ]
521
394
fn f < ' life0 , ' async_trait > (
522
395
& ' life0 self ,
523
396
) -> :: core:: pin:: Pin <
@@ -537,12 +410,6 @@ impl Trait for S20 {
537
410
}
538
411
pub struct S21 ;
539
412
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
- ) ]
546
413
fn f < ' life0 , ' async_trait > (
547
414
& ' life0 self ,
548
415
) -> :: core:: pin:: Pin <
@@ -562,12 +429,6 @@ impl Trait for S21 {
562
429
}
563
430
pub struct S22 ;
564
431
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
- ) ]
571
432
fn f < ' life0 , ' async_trait > (
572
433
& ' life0 self ,
573
434
) -> :: core:: pin:: Pin <
@@ -587,12 +448,6 @@ impl Trait for S22 {
587
448
}
588
449
pub struct S23 ;
589
450
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
- ) ]
596
451
fn f < ' life0 , ' async_trait > (
597
452
& ' life0 self ,
598
453
) -> :: core:: pin:: Pin <
@@ -612,12 +467,6 @@ impl Trait for S23 {
612
467
}
613
468
pub struct S24 ;
614
469
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
- ) ]
621
470
fn f < ' life0 , ' async_trait > (
622
471
& ' life0 self ,
623
472
) -> :: core:: pin:: Pin <
@@ -637,12 +486,6 @@ impl Trait for S24 {
637
486
}
638
487
pub struct S25 ;
639
488
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
- ) ]
646
489
fn f < ' life0 , ' async_trait > (
647
490
& ' life0 self ,
648
491
) -> :: core:: pin:: Pin <
@@ -662,12 +505,6 @@ impl Trait for S25 {
662
505
}
663
506
pub struct S26 ;
664
507
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
- ) ]
671
508
fn f < ' life0 , ' async_trait > (
672
509
& ' life0 self ,
673
510
) -> :: core:: pin:: Pin <
@@ -687,12 +524,6 @@ impl Trait for S26 {
687
524
}
688
525
pub struct S27 ;
689
526
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
- ) ]
696
527
fn f < ' life0 , ' async_trait > (
697
528
& ' life0 self ,
698
529
) -> :: core:: pin:: Pin <
@@ -712,12 +543,6 @@ impl Trait for S27 {
712
543
}
713
544
pub struct S28 ;
714
545
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
- ) ]
721
546
fn f < ' life0 , ' async_trait > (
722
547
& ' life0 self ,
723
548
) -> :: core:: pin:: Pin <
@@ -737,12 +562,6 @@ impl Trait for S28 {
737
562
}
738
563
pub struct S29 ;
739
564
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
- ) ]
746
565
fn f < ' life0 , ' async_trait > (
747
566
& ' life0 self ,
748
567
) -> :: core:: pin:: Pin <
0 commit comments