Skip to content

Commit c1a5925

Browse files
committed
chore: run cargo fmt
1 parent c8b7b54 commit c1a5925

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
//! * `blocking-https-bundled` enables [`minreq`], the blocking client with proxy and TLS (SSL)
5555
//! capabilities using a bundled OpenSSL library backend.
5656
//! * `async` enables [`async_minreq`], the async client with proxy capabilities.
57-
//! * `async-https` enables [`async_minreq`], the async client with support for proxying and TLS (SSL)
58-
//! using the default [`async_minreq`] TLS backend.
59-
//! * `async-https-native` enables [`async_minreq`], the async client with support for proxying and TLS
60-
//! (SSL) using the platform's native TLS backend (likely OpenSSL).
61-
//! * `async-https-rustls` enables [`async_minreq`], the async client with support for proxying and TLS
62-
//! (SSL) using the `rustls` TLS backend.
57+
//! * `async-https` enables [`async_minreq`], the async client with support for proxying and TLS
58+
//! (SSL) using the default [`async_minreq`] TLS backend.
59+
//! * `async-https-native` enables [`async_minreq`], the async client with support for proxying and
60+
//! TLS (SSL) using the platform's native TLS backend (likely OpenSSL).
61+
//! * `async-https-rustls` enables [`async_minreq`], the async client with support for proxying and
62+
//! TLS (SSL) using the `rustls` TLS backend.
6363
//! * `async-https-rustls-manual-roots` enables [`async_minreq`], the async client with support for
6464
//! proxying and TLS (SSL) using the `rustls` TLS backend without using its the default root
6565
//! certificates.

0 commit comments

Comments
 (0)