diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-25 00:41:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 00:41:13 +0200 |
commit | 6bbe52fba33e440e113bca423b5eae0d1f320c49 (patch) | |
tree | fa7d16377ed3ac5a9a190be9bd9a63cd9fc36e52 /cli/main.rs | |
parent | f39c890714ad4479b42be8f24ffda185a062bd16 (diff) |
Revert "fix(cli): ipv6 parsing for --allow-net params (#6453)" (#6458)
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 4f327b08e..e20435a00 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -52,7 +52,6 @@ pub mod ops; pub mod permissions; mod repl; pub mod resolve_addr; -pub mod resolve_hosts; pub mod signal; pub mod source_maps; mod startup_data; |