Remove unreachable pattern

This commit is contained in:
flameyosflow 2025-12-16 00:17:06 +02:00
commit 52b349ce87

View file

@ -99,7 +99,6 @@ impl Transpiler {
// But for now, skip as they're handled differently
}
TypedASTNodeKind::Load(_) => {}
TypedASTNodeKind::Impl(_) => {}
TypedASTNodeKind::Trait(_) => {}
TypedASTNodeKind::Use(_) => {}
}