summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
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 {