simplify o_deserialise
This commit is contained in:
parent
4f13bb73ca
commit
2b06b93268
@ -45,7 +45,7 @@ pub trait AtomicExt: Atomic {
|
||||
}
|
||||
|
||||
fn o_deserialise<'a, Ctx: Context<'a>>(dectx: &mut dyn DeCtx<'a, Ctx>) -> AParseResult<Self> {
|
||||
Self::a_deserialize(dectx.deserializer())
|
||||
Self::a_deserialize(dectx)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user