|
-impl<'data, 'file, 'a> TryFrom<&'a ObjSection<'data, 'file>> for Section<'a> {
|
|
+impl<'a> TryFrom<&'a ObjSection<'_, '_>> for Section<'a> {
|
|
fn try_from(section: &'a ObjSection) -> Result<Section<'a>, ParseError> {
|
|
fn try_from(section: &'a ObjSection) -> Result<Section<'a>, ParseError> {
|