mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
Remove switch in in favour of switch _ in
This commit is contained in:
@@ -77,7 +77,7 @@ clone_node :: proc(node: ^Node) -> ^Node {
|
||||
align = elem.align
|
||||
}
|
||||
|
||||
#partial switch in node.derived {
|
||||
#partial switch _ in node.derived {
|
||||
case ^Package, ^File:
|
||||
panic("Cannot clone this node type")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user