diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-08 23:35:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 23:35:36 +0100 |
commit | a269dffe17c644a182444030f9d756d2b1859a54 (patch) | |
tree | 64ed3ad2ef9d433831638a81531bd9957cac9c7d /cli/main.rs | |
parent | 6743383d2e89939ae9c12d8de027f05ae4d37518 (diff) |
chore: remove dead code (#8298)
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 9e67813f7..9404a47b2 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -23,7 +23,6 @@ mod flags_allow_net; mod fmt; mod fmt_errors; mod fs; -mod global_timer; mod http_cache; mod http_util; mod import_map; |