Skip to content

Commit edf2629

Browse files
committed
fmt
1 parent 2ac6d1f commit edf2629

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tls/x509/store.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ use super::{
1212
use crate::{Error, Result};
1313

1414
/// A builder for constructing a `CertStore`.
15-
///
16-
/// This builder provides methods to add certificates to the store from various formats,
17-
/// and to set default paths for the certificate store. Once all desired certificates
18-
/// have been added, the `build` method can be used to create the `CertStore`.
1915
pub struct CertStoreBuilder {
2016
builder: Result<X509StoreBuilder>,
2117
}

0 commit comments

Comments
 (0)