summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/src/sexp/parse/lexer.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/src/sexp/parse/lexer.rs b/ipc/src/sexp/parse/lexer.rs
index bd641fef..b4eae979 100644
--- a/ipc/src/sexp/parse/lexer.rs
+++ b/ipc/src/sexp/parse/lexer.rs
@@ -54,12 +54,6 @@ impl<'a> From<Token<'a>> for String {
}
}
-impl<'a> Token<'a> {
- pub fn to_string(self) -> String {
- self.into()
- }
-}
-
#[derive(Debug)]
pub(crate) struct Lexer<'input> {
offset: usize,