diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-10 13:35:10 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-10 14:29:55 -0400 |
commit | 417ea7bb6d14ea18b9b4caefe1f4ca2b12216d3e (patch) | |
tree | 95c8bde38d91d200c0e6f992c82127cd1db6b5bd /src/main.rs | |
parent | c99207bf3976bfd3c5c3ef91d782c86f933977e6 (diff) |
src/http.rs -> src/http_util.rs
So as not to conflict with http crate.
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f6c85ef83..b84ee78d9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ mod deno_dir; mod errors; mod flags; mod fs; -mod http; +mod http_util; mod isolate; mod libdeno; pub mod ops; |