From 88b77da25ca43651a9feb178a5c8d916d983e0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 7 Mar 2020 13:20:27 +0100 Subject: 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 --- cli/ops/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/ops/mod.rs') 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; -- cgit v1.2.3