refactor: Move URL to op_crates/web (#7544)

This commit is contained in:
Bartek Iwańczuk 2020-09-17 19:13:20 +02:00 committed by GitHub
parent a6f4559174
commit 6453cb7567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 75 additions and 83 deletions

View file

@ -8,7 +8,6 @@ pub mod errors;
pub mod fetch;
pub mod fs;
pub mod fs_events;
pub mod idna;
pub mod io;
pub mod net;
#[cfg(unix)]