diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 00:06:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 00:06:43 -0400 |
commit | 00ac871607a7aeff1f6ac90f10090f07be9ccf73 (patch) | |
tree | e1c82a9ebc1895f67adebd53de7c9ec8b7a8b764 /cli/main.rs | |
parent | cfff8a9c1bcf7406b5c597280cdfa34fcc68115e (diff) |
Optimize read and write ops (#2259)
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index c601c00b1..45ab334a9 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -15,6 +15,7 @@ extern crate nix; mod ansi; pub mod compiler; pub mod deno_dir; +mod dispatch_minimal; pub mod errors; pub mod flags; mod fs; |