aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e25ea54..da724dd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -37,12 +37,6 @@ where
I: Stream<Item = char>,
I::Error: ParseError<I::Item, I::Range, I::Position>,
{
- // tokens(
- // |l, r| l.eq_ignore_ascii_case(&r),
- // )
-
- // satisfy(|s| s == "map" || s == "cmd")
-
or(
string("map").map(|_| MapKind::Map),
string("cmd").map(|_| MapKind::Command),