From 43da23401dad3d708b91e61003e8503a61f57c14 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 22 Sep 2019 23:43:37 +0300 Subject: [PATCH] remove obsolete TOOD I have no idea what I've meant to fix here :-( --- crates/ra_mbe/src/parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ra_mbe/src/parser.rs b/crates/ra_mbe/src/parser.rs index 575f587cf3c..50b8011a909 100644 --- a/crates/ra_mbe/src/parser.rs +++ b/crates/ra_mbe/src/parser.rs @@ -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, RepeatKind), ExpandError> { let mut separator = Separator::Puncts(SmallVec::new()); for tt in src {