vet all core packages

This commit is contained in:
gingerBill
2021-01-09 23:43:34 +00:00
parent 9e8c46b8de
commit 3bcccf88d5
7 changed files with 5 additions and 10 deletions
-2
View File
@@ -6,8 +6,6 @@
package path
import "core:strings"
import "core:runtime"
import "core:unicode/utf8"
// is_separator checks whether the byte is a valid separator character
is_separator :: inline proc(c: byte) -> bool {