浏览代码

Keep `-vet` happy

gingerBill 2 年之前
父节点
当前提交
74fb74d9cb
共有 1 个文件被更改,包括 0 次插入2 次删除
  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`