diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-07 13:20:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 13:20:27 +0100 |
commit | 88b77da25ca43651a9feb178a5c8d916d983e0a2 (patch) | |
tree | e6d02855c773b715509778771fce9270580cc035 /cli/ops/mod.rs | |
parent | 36c50f442d0ca5e6e751fa3314f8508b24ce7303 (diff) |
refactor: remove cli/ops/files.rs (#4246)
* "op_close" - moved to "cli/ops/resources.rs"
* "op_seek", "op_open" - moved to "cli/ops/fs.rs"
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
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 32d4e3b96..c011facfc 100644 --- a/cli/ops/mod.rs +++ b/cli/ops/mod.rs @@ -11,7 +11,6 @@ pub use dispatch_minimal::MinimalOp; pub mod compiler; pub mod errors; pub mod fetch; -pub mod files; pub mod fs; pub mod fs_events; pub mod io; |