diff --git a/src/codegen/transpiler.rs b/src/codegen/transpiler.rs index dccc5bd..d652322 100644 --- a/src/codegen/transpiler.rs +++ b/src/codegen/transpiler.rs @@ -99,7 +99,6 @@ impl Transpiler { // But for now, skip as they're handled differently } TypedASTNodeKind::Load(_) => {} - TypedASTNodeKind::Impl(_) => {} TypedASTNodeKind::Trait(_) => {} TypedASTNodeKind::Use(_) => {} }