mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Keep -vet happy
This commit is contained in:
@@ -3,9 +3,7 @@ package strings
|
|||||||
|
|
||||||
import "core:io"
|
import "core:io"
|
||||||
import "core:mem"
|
import "core:mem"
|
||||||
import "core:slice"
|
|
||||||
import "core:unicode"
|
import "core:unicode"
|
||||||
import "core:runtime"
|
|
||||||
import "core:unicode/utf8"
|
import "core:unicode/utf8"
|
||||||
|
|
||||||
// returns a clone of the string `s` allocated using the `allocator`
|
// returns a clone of the string `s` allocated using the `allocator`
|
||||||
|
|||||||
Reference in New Issue
Block a user