Browse Source

Keep `-vet` happy

gingerBill 2 năm trước cách đây
mục cha
commit
74fb74d9cb
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      core/strings/strings.odin

+ 0 - 2
core/strings/strings.odin

@@ -3,9 +3,7 @@ package strings
 
 import "core:io"
 import "core:mem"
-import "core:slice"
 import "core:unicode"
-import "core:runtime"
 import "core:unicode/utf8"
 
 // returns a clone of the string `s` allocated using the `allocator`