Skip to content

Commit af19656

Browse files
authored
chore(client): remove unused mac imports in system proxy (#260)
1 parent ad6a63d commit af19656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/proxy/matcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ mod builder {
575575
#[cfg(feature = "client-proxy-system")]
576576
#[cfg(target_os = "macos")]
577577
mod mac {
578-
use system_configuration::core_foundation::base::{CFType, TCFType, TCFTypeRef};
578+
use system_configuration::core_foundation::base::CFType;
579579
use system_configuration::core_foundation::dictionary::CFDictionary;
580580
use system_configuration::core_foundation::number::CFNumber;
581581
use system_configuration::core_foundation::string::{CFString, CFStringRef};

0 commit comments

Comments
 (0)