diff options
| author | Jonas Maier <> | 2026-03-05 13:55:36 +0100 |
|---|---|---|
| committer | Jonas Maier <> | 2026-03-05 13:55:36 +0100 |
| commit | 66add60b315b2f04f4dc76560070c469a12fbdd6 (patch) | |
| tree | 7264df30258acf1f33e02bcf06538c9a7915c028 /src/main.rs | |
| parent | fc2043d153bb3b38e0cc7c3ce3bfae621858e0b5 (diff) | |
| download | pish-66add60b315b2f04f4dc76560070c469a12fbdd6.tar.gz | |
remove unused imports
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ef269a6..c912c04 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use std::io::{self, IsTerminal, Read, Write}; use std::os::unix::ffi::OsStrExt; use std::os::unix::io::AsRawFd; use std::path::Path; -use std::process::{Child, Command, Stdio}; +use std::process::{Command, Stdio}; pub mod cursor; pub mod linebuf; |
