repair a dodgy find and replace

This commit is contained in:
Daniel Eades
2019-08-08 21:09:18 +01:00
committed by Sean McArthur
parent 3ba4b6eadf
commit e45d77584b

View File

@@ -496,7 +496,7 @@ mod native_tls_async {
/// and both the server and the client are ready for receiving and sending
/// data. Bytes read from a `TlsStream` are decrypted from `S` and bytes written
/// to a `TlsStream` are encrypted when passing through to `S`.
#[derive(log::debug)]
#[derive(Debug)]
pub struct TlsStream<S> {
inner: native_tls::TlsStream<S>,
}