mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-02-01 06:22:06 +00:00
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
Block a user