commit 7ce6e77df2569722c24da6474a0d11cb64ef4940
parent 5b1dd37ce863df5825b582d8e1e9d78669cec0bc
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 11 Mar 2022 18:34:54 -0500
all: remove unnecessary imports
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/hare/module/scan.ha b/hare/module/scan.ha
@@ -6,9 +6,7 @@
// (c) 2021 Kiƫd Llaentenn <kiedtl@tilde.team>
// (c) 2021 Thomas Bracht Laumann Jespersen <t@laumann.xyz>
use ascii;
-use bytes;
use crypto::sha256;
-use encoding::utf8;
use fs;
use hare::ast;
use hare::lex;
@@ -16,7 +14,6 @@ use hare::parse;
use hash;
use io;
use path;
-use slice;
use sort;
use strings;
use strio;
diff --git a/path/names.ha b/path/names.ha
@@ -3,7 +3,6 @@
// (c) 2021-2022 Drew DeVault <sir@cmpwn.com>
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use bytes;
-use encoding::utf8;
use strings;
// Returns the directory name for a given path. For a path to a file name, this