aboutsummaryrefslogtreecommitdiffstats
path: root/src/smol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/smol.rs')
-rw-r--r--src/smol.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/smol.rs b/src/smol.rs
deleted file mode 100644
index 8d0e877..0000000
--- a/src/smol.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-type Pt = async_io::Async<std::fs::File>;
-
-pub type Command = crate::Command<async_process::Command, Pt>;
-pub type Child = crate::Child<async_process::Child, Pt>;
-pub type Pty = crate::Pty<Pt>;