From 88aca6aacdde5183eb5bf3eb7107a455eaae41b6 Mon Sep 17 00:00:00 2001 From: Brian Schroeder Date: Thu, 15 Jan 2026 10:39:59 -0500 Subject: [PATCH] chore: remove unused mac imports --- src/client/proxy/matcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/proxy/matcher.rs b/src/client/proxy/matcher.rs index 4199008..96c8926 100644 --- a/src/client/proxy/matcher.rs +++ b/src/client/proxy/matcher.rs @@ -575,7 +575,7 @@ mod builder { #[cfg(feature = "client-proxy-system")] #[cfg(target_os = "macos")] mod mac { - use system_configuration::core_foundation::base::{CFType, TCFType, TCFTypeRef}; + use system_configuration::core_foundation::base::CFType; use system_configuration::core_foundation::dictionary::CFDictionary; use system_configuration::core_foundation::number::CFNumber; use system_configuration::core_foundation::string::{CFString, CFStringRef};