1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02:00

fix clippy lints

This commit is contained in:
Rob Ede
2021-12-10 23:17:51 +00:00
parent 92b8673475
commit 818c65af57
8 changed files with 10 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ async fn test_start_ssl() {
let client = awc::Client::builder()
.connector(
awc::Connector::new()
.ssl(builder.build())
.openssl(builder.build())
.timeout(Duration::from_millis(100)),
)
.finish();