From 8062ed87d30fa7628f26cfd7bb94bb0e7401752b Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sat, 9 Aug 2025 21:18:48 +0300 Subject: Revert adding of print (its behavior was poorly designed). This reverts commit 3e1bf7f9946efe70d452c71494ac77ed39110804. --- src/sexp/display.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sexp/display.rs') diff --git a/src/sexp/display.rs b/src/sexp/display.rs index dc5d6cb..c3db144 100644 --- a/src/sexp/display.rs +++ b/src/sexp/display.rs @@ -27,7 +27,6 @@ impl fmt::Display for SLeaf { Var(s) => s.to_string(), Quote => "quote".to_string(), Vector => "vector".to_string(), - Print => "print".to_string(), Let => "let".to_string(), Nil => "()".to_string(), }) -- cgit v1.2.3