You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rustls-platform-verifier/src/lib.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ pub use tests::ffi::*;
54
54
///
55
55
/// If you require more control over the rustls `ClientConfig`, you can
56
56
/// instantiate a [Verifier] with [Verifier::default] and then use it
57
-
/// with [rustls::ConfigBuilder::dangerous::with_custom_certificate_verifier].
57
+
/// with [`DangerousClientConfigBuilder::with_custom_certificate_verifier`][rustls::client::danger::DangerousClientConfigBuilder::with_custom_certificate_verifier].
58
58
///
59
59
/// Refer to the crate level documentation to see what platforms
0 commit comments