From 4da35965e4ba31cacd90776bffbf36d7f585c645 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Fri, 15 Nov 2024 01:14:07 +0100 Subject: tsv -> format::tsv and add tests --- cmd.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd.ha') diff --git a/cmd.ha b/cmd.ha index 3335209..290ff72 100644 --- a/cmd.ha +++ b/cmd.ha @@ -7,7 +7,7 @@ use path; use os::exec; use strconv; use ascii; -use tsv; +use format::tsv; type error = !(!str | io::error | path::error | exec::error | strconv::error); -- cgit v1.2.3