Skip to content

Commit 4b02cf9

Browse files
committed
refactor(conn): narrow proxy_basic_auth visibility to pub(super)
1 parent 5a6b435 commit 4b02cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/client/legacy/connect

src/client/legacy/connect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub trait Connection {
101101
pub struct Connected {
102102
pub(super) alpn: Alpn,
103103
pub(super) is_proxied: bool,
104-
pub(crate) proxy_basic_auth: Option<HeaderValue>,
104+
pub(super) proxy_basic_auth: Option<HeaderValue>,
105105
pub(super) extra: Option<Extra>,
106106
pub(super) poisoned: PoisonPill,
107107
}

0 commit comments

Comments
 (0)