Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)

This commit is contained in:
Ry Dahl 2020-01-05 11:56:18 -05:00 committed by GitHub
parent 5f1df038fb
commit 76e44ddfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 164 additions and 155 deletions

View file

@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
use deno::ErrBox;
use deno_core::ErrBox;
use std::future::Future;
use std::net::SocketAddr;
use std::net::ToSocketAddrs;