remove obsolete TOOD
I have no idea what I've meant to fix here :-(
This commit is contained in:
parent
9a0fef71cc
commit
43da23401d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user