From deff857d5994cc72f624268b85ec96ba221932b7 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 18 Apr 2020 21:38:37 -0400 Subject: [PATCH] remove TODO related to interpolation in comments --- src/utils.rs | 2 -- 1 file changed, 2 deletions(-) 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,