remove obsolete TOOD

I have no idea what I've meant to fix here :-(
This commit is contained in:
Aleksey Kladov 2019-09-22 23:43:37 +03:00
parent 9a0fef71cc
commit 43da23401d

View file

@ -142,7 +142,6 @@ fn is_boolean_literal(lit: &tt::Literal) -> bool {
}
}
///TOOD: impl for slice iter
fn parse_repeat(src: &mut TtIter) -> Result<(Option<Separator>, RepeatKind), ExpandError> {
let mut separator = Separator::Puncts(SmallVec::new());
for tt in src {