inext_point
remove unnecessary lifetime
This commit is contained in:
parent
c046a1b147
commit
c981eee116
@ -55,7 +55,7 @@ pub trait InliningAddresses<E>: Inlining {
|
||||
Ok((address, deserializer))
|
||||
}
|
||||
|
||||
fn inext_point<'a, 'b, Ctx: Context<'a>, A: Mentionable<'a, Ctx>>(
|
||||
fn inext_point<'a, Ctx: Context<'a>, A: Mentionable<'a, Ctx>>(
|
||||
self,
|
||||
addresses: &mut Addresses,
|
||||
resolver: Rc<dyn Resolver<'a, Ctx>>,
|
||||
|
Loading…
Reference in New Issue
Block a user