Skip to content

Commit

Permalink
Correct dated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 6, 2023
1 parent a4a023a commit 54c70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")))]
Expand Down

0 comments on commit 54c70a1

Please sign in to comment.