File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ impl<'c> LtKo<'c> {
84
84
pub fn new ( ) -> LtKo < ' c > {
85
85
unimplemented ! ( )
86
86
}
87
- // FIXME: that suggestion is missing lifetimes
88
87
}
89
88
90
89
struct Private ;
Original file line number Diff line number Diff line change 51
51
|
52
52
53
53
error: you should consider adding a `Default` implementation for `NewNotEqualToDerive`
54
- --> $DIR/new_without_default.rs:177 :5
54
+ --> $DIR/new_without_default.rs:176 :5
55
55
|
56
56
LL | / pub fn new() -> Self {
57
57
LL | | NewNotEqualToDerive { foo: 1 }
68
68
|
69
69
70
70
error: you should consider adding a `Default` implementation for `FooGenerics<T>`
71
- --> $DIR/new_without_default.rs:185 :5
71
+ --> $DIR/new_without_default.rs:184 :5
72
72
|
73
73
LL | / pub fn new() -> Self {
74
74
LL | | Self(Default::default())
85
85
|
86
86
87
87
error: you should consider adding a `Default` implementation for `BarGenerics<T>`
88
- --> $DIR/new_without_default.rs:192 :5
88
+ --> $DIR/new_without_default.rs:191 :5
89
89
|
90
90
LL | / pub fn new() -> Self {
91
91
LL | | Self(Default::default())
@@ -102,7 +102,7 @@ LL + }
102
102
|
103
103
104
104
error: you should consider adding a `Default` implementation for `Foo<T>`
105
- --> $DIR/new_without_default.rs:203 :9
105
+ --> $DIR/new_without_default.rs:202 :9
106
106
|
107
107
LL | / pub fn new() -> Self {
108
108
LL | | todo!()
You can’t perform that action at this time.
0 commit comments