From de77b9e370341fd2fdad06113779ef187a0f5f9d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 9 Jan 2022 22:56:33 -0500 Subject: stop parsing command lines at all in the main shell process --- src/parse.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/parse.rs') diff --git a/src/parse.rs b/src/parse.rs index f2bee2c..7abc525 100644 --- a/src/parse.rs +++ b/src/parse.rs @@ -112,10 +112,6 @@ impl Error { e, } } - - pub fn into_input(self) -> String { - self.input - } } impl std::fmt::Display for Error { -- cgit v1.2.3-54-g00ecf