hare

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

commit fb78c7dfec91ab671537a26a8567606041ffa0bd
parent b021d0f00526d834dbbbc1ac6427497fd6b5f394
Author: Alexey Yerin <yyp@disroot.org>
Date:   Sun, 26 Dec 2021 15:57:04 +0300

io: remove unused strings import

Signed-off-by: Alexey Yerin <yyp@disroot.org>

Diffstat:
Mio/limit.ha | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/io/limit.ha b/io/limit.ha @@ -1,5 +1,3 @@ -use strings; - export type limitstream = struct { stream, source: handle,