We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0f2f commit 2e9caedCopy full SHA for 2e9caed
mullvad-api/src/domain_fronting/client.rs
@@ -40,12 +40,6 @@ pub struct ProxyConfig {
40
domain_fronting: DomainFronting,
41
}
42
43
-impl std::ops::Deref for ProxyConfig {
44
- type Target = DomainFronting;
45
- fn deref(&self) -> &Self::Target {
46
- &self.domain_fronting
47
- }
48
-}
49
50
impl ProxyConfig {
51
/// Create a new ProxyConfig with the given address and domain fronting configuration.
0 commit comments