Fix cfg attribute formatting

This commit is contained in:
Sylvestre Ledru
2026-03-18 21:44:42 +01:00
parent 2234b47af9
commit 2d4f7d5b2a
+1 -4
View File
@@ -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"] {