hare

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

commit 715d380cda761932389ada491ca7885daa192dc5
parent 9f2a23b73fce3f0175de54939ad59655e9414fca
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sat, 19 Feb 2022 19:26:02 -0500

mime: remove unused io import

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

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

diff --git a/mime/parse.ha b/mime/parse.ha @@ -1,7 +1,6 @@ use ascii; use errors; use strings; -use io; // XXX: TEMP const tspecial: str = "()<>@,;:\\/[]?="; export type type_params = strings::tokenizer;