From 74fb74d9cb4de3e9e5950fe5b53ae8fc9215dbf5 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 16 Mar 2023 16:41:22 +0000 Subject: [PATCH] Keep `-vet` happy --- core/strings/strings.odin | 2 -- 1 file changed, 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`