Add a TODO.
This commit is contained in:
parent
999c992bdf
commit
475e25ba8e
@ -63,6 +63,7 @@ pub fn post<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s str, ()
|
|||||||
|
|
||||||
#[tracing::instrument(ret, level = "debug")]
|
#[tracing::instrument(ret, level = "debug")]
|
||||||
pub fn protocol<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s str, &'s str> {
|
pub fn protocol<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s str, &'s str> {
|
||||||
|
// TODO: This should be defined by org-link-parameters
|
||||||
let (remaining, proto) = alt((
|
let (remaining, proto) = alt((
|
||||||
alt((
|
alt((
|
||||||
tag_no_case("id"),
|
tag_no_case("id"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user