aboutsummaryrefslogtreecommitdiffstats
path: root/src/smol.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-29 02:55:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-29 03:52:12 -0500
commit3b550f5d3dad77a56455352579fae3071b42e86d (patch)
tree393de5f206d227ec71149f478db900291357c456 /src/smol.rs
parentf8780ca1e76286688b74d8a6c64d5fadf3cfd2a1 (diff)
downloadpty-process-3b550f5d3dad77a56455352579fae3071b42e86d.tar.gz
pty-process-3b550f5d3dad77a56455352579fae3071b42e86d.zip
wip another complete refactor
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>;