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