fix impl lifetimes
This commit is contained in:
parent
537fe10bee
commit
d5d3a93141
|
@ -21,8 +21,8 @@ impl Extension for Update {
|
||||||
|
|
||||||
impl Transaction<UpdateWithNameStore<'_>> for DomainUpdate<'_> {}
|
impl Transaction<UpdateWithNameStore<'_>> for DomainUpdate<'_> {}
|
||||||
|
|
||||||
impl<'a> Extension for UpdateWithNameStore<'a> {
|
impl Extension for UpdateWithNameStore<'_> {
|
||||||
type Response = NameStore<'a>;
|
type Response = NameStore<'static>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
|
|
Loading…
Reference in New Issue