remove TODO related to interpolation in comments

This commit is contained in:
ConnorSkees 2020-04-18 21:38:37 -04:00
parent cb8be064a9
commit deff857d59

View File

@ -549,8 +549,6 @@ pub(crate) fn read_until_newline<I: Iterator<Item = Token>>(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<I: Iterator<Item = Token>>(
toks: &mut Peekable<I>,
scope: &Scope,