diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-11 03:38:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 03:38:24 +0200 |
commit | d236f432b86de55c6006778b0c68fe60b6419069 (patch) | |
tree | 54edc32eef542f6fdd37d11100ae30982d6068b8 /cli/main.rs | |
parent | ba8bbe6f1c11d4cf19ad0b916ba41cd919dbb042 (diff) |
refactor: use import_map crate (#11974)
Removes ImportMap implementation from "cli/" and instead
uses "import_map" crate
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |