diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-17 19:13:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 19:13:20 +0200 |
commit | 6453cb75670b6aefbfc712c7d05b1135bee6226c (patch) | |
tree | ab088478c374f7228f6891919dafcf01b66be037 /cli/ops/mod.rs | |
parent | a6f4559174c64066d45210b02f6a06aa2f67c2cd (diff) |
refactor: Move URL to op_crates/web (#7544)
Diffstat (limited to 'cli/ops/mod.rs')
-rw-r--r-- | cli/ops/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs index 288e3d0c0..2c8e3472f 100644 --- a/cli/ops/mod.rs +++ b/cli/ops/mod.rs @@ -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)] |