We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e7ebd commit 1390e29Copy full SHA for 1390e29
awc/src/client/connector.rs
@@ -89,9 +89,9 @@ impl Connector<()> {
89
/// # Panics
90
///
91
/// - 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.
+ /// and no default crypto provider has been loaded, this method will panic.
93
/// - 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.
+ /// and the runtime system has no native root certificates, this method will panic.
95
#[allow(clippy::new_ret_no_self, clippy::let_unit_value)]
96
pub fn new() -> Connector<
97
impl Service<
0 commit comments