From 38008af9fee980cf427a383bc7e3490ae978ed5f Mon Sep 17 00:00:00 2001 From: max-amb Date: Thu, 7 May 2026 01:22:39 +0100 Subject: [PATCH] Fixed formatting, moved import to local scope --- tests/by-util/test_od.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_od.rs b/tests/by-util/test_od.rs index c9545d8f0..bc97c4a2a 100644 --- a/tests/by-util/test_od.rs +++ b/tests/by-util/test_od.rs @@ -9,7 +9,6 @@ use std::io::Read; #[cfg(target_os = "linux")] use std::path::Path; -use regex::Regex; use unindent::unindent; use uutests::util::TestScenario; @@ -1348,6 +1347,7 @@ fn test_write_error_dev_full() { #[test] #[cfg(target_os = "linux")] fn test_hex_lowercase() { + use regex::Regex; // Test verifies that the output hex byte offset is in lowercase new_ucmd!() .arg("-Ax")