diff --git a/src/utils.rs b/src/utils.rs index 75b23bc..6feedc9 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -549,8 +549,6 @@ pub(crate) fn read_until_newline>(toks: &mut Peekable< /// This function assumes that the starting "/*" has already been consumed /// The entirety of the comment, including the ending "*/" is consumed. /// Note that the ending "*/" is not included in the output. -/// -/// TODO: support interpolation within multiline comments pub(crate) fn eat_comment>( toks: &mut Peekable, scope: &Scope,