diff options
Diffstat (limited to 'src/ast.rs')
| -rw-r--r-- | src/ast.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -126,9 +126,6 @@ pub enum Element { element: Box<Element>, }, - #[display("{_0} {_1}")] - App(Box<Element>, Box<Element>), - #[display("case {} of {{ {} }}", scrutinee, arms.iter().map(|a| a.to_string()).collect::<Vec<_>>().join(" | "))] Case { scrutinee: Box<Element>, |
