diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-12-31 15:09:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 15:09:58 +0100 |
commit | 4258ed262f6eed9b0ee123e1ba9c91f999f0b429 (patch) | |
tree | 0136ceed29436bbbf499971c74b57ac722d3958d /cli/lib.rs | |
parent | 05dce9016500f8cb102acb7ad68c184aa1047dae (diff) |
refactor: move HttpBody to cli/http_util.rs (#3569)
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index b191d5e87..096bd7abf 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -30,7 +30,6 @@ pub mod fmt_errors; mod fs; mod global_state; mod global_timer; -mod http_body; mod http_util; mod import_map; mod js; |