about summary refs log tree commit diff
path: root/users/grfn/xanthous/server/src/pty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/xanthous/server/src/pty.rs')
-rw-r--r--users/grfn/xanthous/server/src/pty.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/xanthous/server/src/pty.rs b/users/grfn/xanthous/server/src/pty.rs
index 611130f5bc..234ecd8f23 100644
--- a/users/grfn/xanthous/server/src/pty.rs
+++ b/users/grfn/xanthous/server/src/pty.rs
@@ -6,8 +6,7 @@ use std::task::{Context, Poll};
 
 use eyre::{bail, Result};
 use futures::Future;
-use nix::pty::forkpty;
-use nix::pty::Winsize;
+use nix::pty::{forkpty, Winsize};
 use nix::sys::termios::Termios;
 use nix::sys::wait::{waitpid, WaitPidFlag, WaitStatus};
 use nix::unistd::{ForkResult, Pid};