Skip to content

Commit 2e9caed

Browse files
committed
Remove useless deref
1 parent d9c0f2f commit 2e9caed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mullvad-api/src/domain_fronting/client.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ pub struct ProxyConfig {
4040
domain_fronting: DomainFronting,
4141
}
4242

43-
impl std::ops::Deref for ProxyConfig {
44-
type Target = DomainFronting;
45-
fn deref(&self) -> &Self::Target {
46-
&self.domain_fronting
47-
}
48-
}
4943

5044
impl ProxyConfig {
5145
/// Create a new ProxyConfig with the given address and domain fronting configuration.

0 commit comments

Comments
 (0)