Fix build.

This commit is contained in:
Tom Alexander 2023-08-29 18:07:10 -04:00
parent f4ea1b7303
commit b48d472546
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -129,7 +129,6 @@ fn optval<'s>(input: OrgSource<'s>) -> Res<OrgSource<'s>, OrgSource<'s>> {
))(input) ))(input)
} }
#[cfg_attr(feature = "tracing", tracing::instrument(ret, level = "debug"))]
const fn optval_end( const fn optval_end(
starting_bracket_depth: BracketDepth, starting_bracket_depth: BracketDepth,
) -> impl for<'s> Fn(OrgSource<'s>) -> Res<OrgSource<'s>, OrgSource<'s>> { ) -> impl for<'s> Fn(OrgSource<'s>) -> Res<OrgSource<'s>, OrgSource<'s>> {