From a72f47465c34a8812993e764c4444a228eaf061e Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Mon, 10 Apr 2023 20:38:59 -0500 Subject: ast thingy idk im new here --- crates/sloth/src/parser/ast.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates') diff --git a/crates/sloth/src/parser/ast.rs b/crates/sloth/src/parser/ast.rs index 3e710d0..45c4d8f 100644 --- a/crates/sloth/src/parser/ast.rs +++ b/crates/sloth/src/parser/ast.rs @@ -1,5 +1,3 @@ -use super::stmt; - pub enum BinaryOp { Add, Con, -- cgit v1.2.3