mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Remove unused formatting flag
This commit is contained in:
@@ -3,7 +3,6 @@ package strconv
|
||||
Int_Flag :: enum {
|
||||
Prefix,
|
||||
Plus,
|
||||
Space,
|
||||
}
|
||||
Int_Flags :: bit_set[Int_Flag]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user