File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ jobs:
100100 - name : Check all feature combinations works properly
101101 # * `--feature-powerset` - run for the feature powerset of the package
102102 # * `--no-dev-deps` - build without dev-dependencies to avoid https://github.com/rust-lang/cargo/issues/4866
103- run : cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client --skip=h1-client,h1-client-rustls
103+ run : cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Config {
203203 }
204204 /// Set TLS Configuration (Native TLS)
205205 #[ cfg_attr( feature = "docs" , doc( cfg( feature = "h1-client" ) ) ) ]
206- #[ cfg( feature = "h1-client" ) ]
206+ #[ cfg( all ( feature = "h1-client" , not ( feature = "h1-client-rustls" ) ) ) ]
207207 pub fn set_tls_config (
208208 mut self ,
209209 tls_config : Option < std:: sync:: Arc < async_native_tls:: TlsConnector > > ,
You can’t perform that action at this time.
0 commit comments