From 66add60b315b2f04f4dc76560070c469a12fbdd6 Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Thu, 5 Mar 2026 13:55:36 +0100 Subject: remove unused imports --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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; -- cgit v1.2.3