diff options
| author | gingerBill <bill@gingerbill.org> | 2023-03-16 16:41:22 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-03-16 16:41:22 +0000 |
| commit | 74fb74d9cb4de3e9e5950fe5b53ae8fc9215dbf5 (patch) | |
| tree | b3155cba2de79dbdf32f3a88a0fa4efbd017a1ff /core/strings | |
| parent | 97d7e295ddc6409352d49fa896836ceb8794ea2f (diff) | |
Keep `-vet` happy
Diffstat (limited to 'core/strings')
| -rw-r--r-- | core/strings/strings.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/strings/strings.odin b/core/strings/strings.odin index 4179f7df8..33cdafef3 100644 --- a/core/strings/strings.odin +++ b/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` |