From 54c70a1112c4837d2e7aeaced7c31b8ccd1c6a8c Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 6 Nov 2023 12:22:19 -0500 Subject: [PATCH] Correct dated comment --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 2eeabe8..1c74c45 100644 --- a/src/config.rs +++ b/src/config.rs @@ -9,7 +9,7 @@ pub trait ConfigBuilderExt { /// This configures the platform's trusted certs, as implemented by /// rustls-native-certs /// - /// This will return None if no valid certs were found. In that case, + /// This will return an error if no valid certs were found. In that case, /// it's recommended to use `with_webpki_roots`. #[cfg(feature = "rustls-native-certs")] #[cfg_attr(docsrs, doc(cfg(feature = "rustls-native-certs")))]