mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Replace b with _ as it is not needed
This commit is contained in:
@@ -2296,7 +2296,7 @@ fmt_named :: proc(fi: ^Info, v: any, verb: rune, info: runtime.Type_Info_Named)
|
||||
fmt_bit_set(fi, v, verb = verb)
|
||||
case:
|
||||
if verb == 'w' {
|
||||
#partial switch b in info.base.variant {
|
||||
#partial switch _ in info.base.variant {
|
||||
case runtime.Type_Info_Array,
|
||||
runtime.Type_Info_Enumerated_Array,
|
||||
runtime.Type_Info_Dynamic_Array,
|
||||
|
||||
Reference in New Issue
Block a user