Skip to content

Commit cad0e9a

Browse files
committed
fix: improve visibility
1 parent 86ed7fc commit cad0e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub(super) fn wrap(
4444
})
4545
}
4646

47-
pub(super) trait ToProxyStream {
47+
trait ToProxyStream {
4848
fn source(self, proxy: ProxyProtocol) -> ProxyStream;
4949
}
5050

0 commit comments

Comments
 (0)