mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
remove obsolete TOOD
I have no idea what I've meant to fix here :-(
This commit is contained in:
parent
9a0fef71cc
commit
43da23401d
1 changed files with 0 additions and 1 deletions
|
@ -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> {
|
fn parse_repeat(src: &mut TtIter) -> Result<(Option<Separator>, RepeatKind), ExpandError> {
|
||||||
let mut separator = Separator::Puncts(SmallVec::new());
|
let mut separator = Separator::Puncts(SmallVec::new());
|
||||||
for tt in src {
|
for tt in src {
|
||||||
|
|
Loading…
Reference in a new issue