]> git.lizzy.rs Git - rust.git/commitdiff
remove obsolete TOOD
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 22 Sep 2019 20:43:37 +0000 (23:43 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 22 Sep 2019 20:43:37 +0000 (23:43 +0300)
I have no idea what I've meant to fix here :-(

crates/ra_mbe/src/parser.rs

index 575f587cf3ce668cf456c123cb85d4695a786800..50b8011a909d28be5f71ff39dd298f3bdd3235b9 100644 (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 {