aboutsummaryrefslogtreecommitdiff
path: root/src/sexp/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexp/display.rs')
-rw-r--r--src/sexp/display.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sexp/display.rs b/src/sexp/display.rs
index 9f54efe..ceab833 100644
--- a/src/sexp/display.rs
+++ b/src/sexp/display.rs
@@ -33,7 +33,6 @@ impl fmt::Display for SLeaf {
Fun => "fn".to_string(),
Case => "case".to_string(),
Ty(t) => t.to_string(),
- Arr => "->".to_string(),
Nil => "()".to_string(),
})
}