diff options
author | Aleksey Kladov <[email protected]> | 2019-09-22 21:43:37 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-09-22 21:43:37 +0100 |
commit | 43da23401dad3d708b91e61003e8503a61f57c14 (patch) | |
tree | 43dfe5d4ddec13ba9eb9bd42862b58a82103d48f /crates/ra_mbe | |
parent | 9a0fef71cc2422502401d5e156df751dc242e3e8 (diff) |
remove obsolete TOOD
I have no idea what I've meant to fix here :-(
Diffstat (limited to 'crates/ra_mbe')
-rw-r--r-- | crates/ra_mbe/src/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_mbe/src/parser.rs b/crates/ra_mbe/src/parser.rs index 575f587cf..50b8011a9 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 { | |||
142 | } | 142 | } |
143 | } | 143 | } |
144 | 144 | ||
145 | ///TOOD: impl for slice iter | ||
146 | fn parse_repeat(src: &mut TtIter) -> Result<(Option<Separator>, RepeatKind), ExpandError> { | 145 | fn parse_repeat(src: &mut TtIter) -> Result<(Option<Separator>, RepeatKind), ExpandError> { |
147 | let mut separator = Separator::Puncts(SmallVec::new()); | 146 | let mut separator = Separator::Puncts(SmallVec::new()); |
148 | for tt in src { | 147 | for tt in src { |