diff options
| author | Jonas Maier <> | 2026-03-11 15:32:51 +0100 |
|---|---|---|
| committer | Jonas Maier <> | 2026-03-11 15:32:51 +0100 |
| commit | 18ad2173816bf455c2dabece9009aae29133b3d3 (patch) | |
| tree | 97c03b0bb2be3df5fbe5ff09cc8f9c5c84801758 /src/export_fun.rs | |
| parent | 15501132916dfbc24f23b619e6d5408f258fc0d9 (diff) | |
| download | pish-18ad2173816bf455c2dabece9009aae29133b3d3.tar.gz | |
first draft of cancellable builtins, kinda shit
Diffstat (limited to 'src/export_fun.rs')
| -rw-r--r-- | src/export_fun.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/export_fun.rs b/src/export_fun.rs index 8576cce..d8722b4 100644 --- a/src/export_fun.rs +++ b/src/export_fun.rs @@ -8,8 +8,7 @@ use nix::poll::poll; use crate::Session; use crate::defer; -use crate::run::Input; -use crate::run::Output; +use crate::rw::*; use crate::run::get_command_kind; use std::env::current_exe; use std::ffi::OsStr; |
