From 2d4f7d5b2ad8b0fe35ec3b6718345fc95dfd3064 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Mar 2026 21:44:42 +0100 Subject: [PATCH] Fix cfg attribute formatting --- tests/by-util/test_tail.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index fbb6d7055..b0225fc05 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -636,10 +636,7 @@ fn test_follow_multiple() { } #[test] -#[cfg(all( - not(target_vendor = "apple"), - not(target_os = "windows") -))] // FIXME: test times out ++#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: test times out fn test_follow_name_multiple() { // spell-checker:disable-next-line for argument in ["--follow=name", "--follo=nam", "--f=n"] {