aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/tokio.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-14 17:30:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-14 17:30:42 -0500
commit826f85eeed936137a0535a217df03e0fa7bc84f7 (patch)
treea042184c56b12b1010ef3263f5a7255bec032d67 /src/command/tokio.rs
parent491ad3de31067cc8cafc540cea2c8891f2985815 (diff)
downloadpty-process-826f85eeed936137a0535a217df03e0fa7bc84f7.tar.gz
pty-process-826f85eeed936137a0535a217df03e0fa7bc84f7.zip
clippy
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;