From 52b349ce8784fb0ee2c33997d701efccfafeb362 Mon Sep 17 00:00:00 2001 From: flameyosflow Date: Tue, 16 Dec 2025 00:17:06 +0200 Subject: [PATCH] Remove unreachable pattern --- src/codegen/transpiler.rs | 1 - 1 file changed, 1 deletion(-) 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(_) => {} }