File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 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> {
8484 pub fn new ( ) -> LtKo < ' c > {
8585 unimplemented ! ( )
8686 }
87- // FIXME: that suggestion is missing lifetimes
8887}
8988
9089struct Private ;
Original file line number Diff line number Diff line change 5151 |
5252
5353error: 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
5555 |
5656LL | / pub fn new() -> Self {
5757LL | | NewNotEqualToDerive { foo: 1 }
6868 |
6969
7070error: 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
7272 |
7373LL | / pub fn new() -> Self {
7474LL | | Self(Default::default())
8585 |
8686
8787error: 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
8989 |
9090LL | / pub fn new() -> Self {
9191LL | | Self(Default::default())
@@ -102,7 +102,7 @@ LL + }
102102 |
103103
104104error: 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
106106 |
107107LL | / pub fn new() -> Self {
108108LL | | todo!()
You can’t perform that action at this time.
0 commit comments