From cb4be2c707dcfbf06ea7d08fa603e2257e2f669f Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Wed, 11 Mar 2026 16:44:03 +0100 Subject: cancelable builtins --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 222a5c5..9e9d640 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,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::{Command, Stdio}; +use std::process::Command; use std::sync::{Arc, Mutex}; use std::thread::sleep; use std::time::Duration; @@ -27,9 +27,9 @@ pub mod parse; pub mod raw; pub mod reload; pub mod run; +pub mod rw; pub mod serialization; pub mod wait; -pub mod rw; use linebuf::LineBuf; use raw::*; -- cgit v1.2.3