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<'a> Extension for UpdateWithNameStore<'a> {
|
||||
type Response = NameStore<'a>;
|
||||
impl Extension for UpdateWithNameStore<'_> {
|
||||
type Response = NameStore<'static>;
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
|
|
Loading…
Reference in New Issue