summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-09 22:56:33 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-09 22:56:33 -0500
commitde77b9e370341fd2fdad06113779ef187a0f5f9d (patch)
treef68f6b01786f9d1fb06ed2d2dd3860e21a62cf02 /src/parse.rs
parent3c30ee54cd8dc8c9bf43beb54ee1fe0292c07c90 (diff)
downloadnbsh-de77b9e370341fd2fdad06113779ef187a0f5f9d.tar.gz
nbsh-de77b9e370341fd2fdad06113779ef187a0f5f9d.zip
stop parsing command lines at all in the main shell process
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs4
1 files changed, 0 insertions, 4 deletions
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 {