From 8cc91e05c4a8500ca3ddae5767ad1f9d20372277 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 22 Jun 2019 15:52:19 +1200 Subject: [PATCH] WIP --- src/shell/helper.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell/helper.rs b/src/shell/helper.rs index e234aca42c..b09a11a7ad 100644 --- a/src/shell/helper.rs +++ b/src/shell/helper.rs @@ -56,8 +56,6 @@ impl Highlighter for Helper { fn highlight<'l>(&self, line: &'l str, _pos: usize) -> Cow<'l, str> { - return Cow::Borrowed(line); - let tokens = crate::parser::pipeline(nom_input(line)); match tokens {