Skip to content

Commit 50e2b02

Browse files
jbrcpu
authored andcommitted
docs: fix broken docs link to with_custom_certificate_verifier
1 parent 42cc19c commit 50e2b02

File tree

1 file changed

+1
-1
lines changed
  • rustls-platform-verifier/src

1 file changed

+1
-1
lines changed

rustls-platform-verifier/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub use tests::ffi::*;
5454
///
5555
/// If you require more control over the rustls `ClientConfig`, you can
5656
/// 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].
5858
///
5959
/// Refer to the crate level documentation to see what platforms
6060
/// are currently supported.

0 commit comments

Comments
 (0)