Skip to content

Commit 1390e29

Browse files
committed
docs: fix lint
1 parent c6e7ebd commit 1390e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awc/src/client/connector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ impl Connector<()> {
8989
/// # Panics
9090
///
9191
/// - When the `rustls-0_23-webpki-roots` or `rustls-0_23-native-roots` features are enabled
92-
/// and no default crypto provider has been loaded, this method will panic.
92+
/// and no default crypto provider has been loaded, this method will panic.
9393
/// - When the `rustls-0_23-native-roots` or `rustls-0_22-native-roots` features are enabled
94-
/// and the runtime system has no native root certificates, this method will panic.
94+
/// and the runtime system has no native root certificates, this method will panic.
9595
#[allow(clippy::new_ret_no_self, clippy::let_unit_value)]
9696
pub fn new() -> Connector<
9797
impl Service<

0 commit comments

Comments
 (0)