From 3708cbc6000dac17a26e07e81e02bcbebffe3d0f Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 20 Sep 2021 19:35:23 +0530 Subject: refactor(ext/net): make op_connect & op_connect_tls public (#12150) --- ext/net/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/net/lib.rs') diff --git a/ext/net/lib.rs b/ext/net/lib.rs index 068a865eb..8909c6f40 100644 --- a/ext/net/lib.rs +++ b/ext/net/lib.rs @@ -94,7 +94,7 @@ pub struct DefaultTlsOptions { /// using type alias for a `Option>` could work, but there's a high chance /// that there might be another type alias pointing to a `Option>`, which /// would override previously used alias. -pub struct UnsafelyIgnoreCertificateErrors(Option>); +pub struct UnsafelyIgnoreCertificateErrors(pub Option>); pub fn init( root_cert_store: Option, -- cgit v1.2.3