From 975e3d776bad3d0111394ae7871b96c513b4f10c Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:46:00 -0500 Subject: refactor: move some files around in prep for a future options refactor (#1393) * some formatting * refactor: move some files around in prep for a bigger config/options refactor --- tests/integration/util.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/util.rs b/tests/integration/util.rs index e1ee1ffd..ce77bed6 100644 --- a/tests/integration/util.rs +++ b/tests/integration/util.rs @@ -1,7 +1,6 @@ use std::{env, ffi::OsString, path::Path, process::Command}; use hashbrown::HashMap; - #[cfg(all(target_arch = "x86_64", target_os = "linux"))] use portable_pty::{native_pty_system, Child, CommandBuilder, MasterPty, PtySize}; -- cgit v1.2.3