hare

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

commit afb24f67b0c56d9f3817633cd2f30dc8653851bc
parent c8e9c390e4a1baa9f39d15deb6450d5c1e492366
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 11 Jul 2024 12:52:45 +0200

net::uri: remove unused import

Signed-off-by: Drew DeVault <sir@cmpwn.com>

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

diff --git a/net/uri/parse.ha b/net/uri/parse.ha @@ -1,7 +1,6 @@ // SPDX-License-Identifier: MPL-2.0 // (c) Hare authors <https://harelang.org> -use fmt; use ascii; use encoding::utf8; use io;