diff options
| -rw-r--r-- | crates/sloth/src/parser/ast.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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, |
