Allow :: to end links regardless of parenthesis.

This commit is contained in:
Tom Alexander
2023-10-08 10:25:44 -04:00
parent 8bc79f9ef3
commit b64c1c944b
5 changed files with 62 additions and 20 deletions

View File

@@ -34,8 +34,11 @@ pub(crate) fn angle_link<'b, 'g, 'r, 's>(
remaining,
AngleLink {
source: source.into(),
link_type: proto.into(),
link_type: todo!(),
path: path.into(),
raw_link: todo!(),
search_option: todo!(),
application: todo!(),
},
))
}