Set up regular links for adding application.

This commit is contained in:
Tom Alexander
2023-10-07 03:14:16 -04:00
parent 0c34df159f
commit 7196e10b69
5 changed files with 18 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ fn parse_path_plain<'b, 'g, 'r, 's>(
))(input)
}
fn parse_file_and_application<'s>(
pub(crate) fn parse_file_and_application<'s>(
input: OrgSource<'s>,
) -> Res<OrgSource<'s>, Option<OrgSource<'s>>> {
let (remaining, _) = tag("file")(input)?;