Skip to content

Commit 93d6b94

Browse files
committed
Removes incorrect comment
1 parent 6082bc7 commit 93d6b94

File tree

1 file changed

+0
-2
lines changed
  • client/swimos_client/src

1 file changed

+0
-2
lines changed

client/swimos_client/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ impl SwimClientTlsBuilder {
123123
}
124124

125125
/// Uses the provided [`CryptoProvider`] for any TLS connections.
126-
///
127-
/// This is only used if the TLS configuration has been set.
128126
pub fn with_crypto_provider(mut self, provider: Arc<CryptoProvider>) -> Self {
129127
self.crypto_provider = CryptoProviderConfig::Provided(provider);
130128
self

0 commit comments

Comments
 (0)