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 {