aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/sloth/src/parser/ast.rs2
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,