hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 253387ceedec4d7fd63cae2da533f049566515c0
parent 9490c8838351478708c0580a169385479b6d6912
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sun, 27 Feb 2022 22:01:45 -0500

strings: remove unused import

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mstrings/index.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/strings/index.ha b/strings/index.ha @@ -2,7 +2,6 @@ // (c) 2021 Drew DeVault <sir@cmpwn.com> // (c) 2021 Eyal Sawady <ecs@d2evs.net> // (c) 2021 Vlad-Stefan Harbuz <vlad@vladh.net> -use bytes; // Returns the index of the first occurance of 'needle' in the 'haystack', or // void if not present. The index returned is the rune-wise index, not the