Skip to content

Commit 226b12a

Browse files
committed
fix CI by using TargetAddr only with proxy feature
1 parent 89fdf74 commit 226b12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/raw_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ impl ToSocketAddrsDomain for (&str, u16) {
7575
}
7676
}
7777

78+
#[cfg(any(feature = "default", feature = "proxy"))]
7879
impl ToSocketAddrsDomain for TargetAddr {
7980
fn domain(&self) -> Option<&str> {
8081
match self {

0 commit comments

Comments
 (0)