aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/std.rs')
-rw-r--r--src/command/std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/std.rs b/src/command/std.rs
index f1c5418..5c08808 100644
--- a/src/command/std.rs
+++ b/src/command/std.rs
@@ -1,7 +1,7 @@
use std::os::unix::io::FromRawFd as _;
use std::os::unix::process::CommandExt as _;
-impl super::CommandImpl for std::process::Command {
+impl super::Impl for std::process::Command {
type Child = std::process::Child;
type Pty = crate::pty::std::Pty;