From 5c72b8f0c11dfe67d176e418a415815b145fe5ca Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Wed, 22 May 2024 12:21:29 -0400 Subject: [PATCH] Fix rustfmt for ci --- core-foundation-sys/src/lib.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core-foundation-sys/src/lib.rs b/core-foundation-sys/src/lib.rs index 48611f1c..5b458fb1 100644 --- a/core-foundation-sys/src/lib.rs +++ b/core-foundation-sys/src/lib.rs @@ -23,7 +23,13 @@ // https://github.com/rust-lang/lang-team/issues/102 #[cfg_attr( all( - any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "watchos", target_os = "visionos"), + any( + target_os = "macos", + target_os = "ios", + target_os = "tvos", + target_os = "watchos", + target_os = "visionos" + ), feature = "link" ), link(name = "CoreFoundation", kind = "framework")