From f680237093609c1dd12c528964d46f70a325f61e Mon Sep 17 00:00:00 2001 From: liber Date: Tue, 17 Sep 2024 22:12:54 +0800 Subject: [PATCH] Refactor string resugaring remove visitor pattern keep if tree mimics the shape of the AST visualize the structure && cargo fmt --- src/fun/transform/resugar_list.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fun/transform/resugar_list.rs b/src/fun/transform/resugar_list.rs index b33d41395..5cc273a26 100644 --- a/src/fun/transform/resugar_list.rs +++ b/src/fun/transform/resugar_list.rs @@ -266,4 +266,3 @@ fn build_list_scott(term: &mut Term, mut l: Vec>) -> Result