aboutsummaryrefslogtreecommitdiffstats
path: root/src/std.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-03 02:15:33 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-03 02:15:33 -0500
commit53dbbd035ffe86e4655c3afd36faa5752ded0737 (patch)
tree5f1af7992e1416249c7ffc0be8854814c7bf8245 /src/std.rs
parent1c297c4f89fca61b72a290a46be66a0c99f1912d (diff)
downloadpty-process-53dbbd035ffe86e4655c3afd36faa5752ded0737.tar.gz
pty-process-53dbbd035ffe86e4655c3afd36faa5752ded0737.zip
adjust the visibility of some types
to make the docs make more sense
Diffstat (limited to 'src/std.rs')
-rw-r--r--src/std.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/std.rs b/src/std.rs
index fa07499..969c51a 100644
--- a/src/std.rs
+++ b/src/std.rs
@@ -1,2 +1 @@
-pub type Child =
- crate::command::Child<std::process::Child, crate::pty::std::Pty>;
+pub type Child = crate::Child<std::process::Child, crate::pty::std::Pty>;