From d236f432b86de55c6006778b0c68fe60b6419069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 11 Sep 2021 03:38:24 +0200 Subject: refactor: use import_map crate (#11974) Removes ImportMap implementation from "cli/" and instead uses "import_map" crate --- cli/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 985bf68dd..f988728c4 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -18,7 +18,6 @@ mod fmt_errors; mod fs_util; mod http_cache; mod http_util; -mod import_map; mod info; mod lockfile; mod logger; -- cgit v1.2.3