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};