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