repair a dodgy find and replace
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							3ba4b6eadf
						
					
				
				
					commit
					e45d77584b
				
			| @@ -496,7 +496,7 @@ mod native_tls_async { | |||||||
|     /// and both the server and the client are ready for receiving and sending |     /// 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 |     /// data. Bytes read from a `TlsStream` are decrypted from `S` and bytes written | ||||||
|     /// to a `TlsStream` are encrypted when passing through to `S`. |     /// to a `TlsStream` are encrypted when passing through to `S`. | ||||||
|     #[derive(log::debug)] |     #[derive(Debug)] | ||||||
|     pub struct TlsStream<S> { |     pub struct TlsStream<S> { | ||||||
|         inner: native_tls::TlsStream<S>, |         inner: native_tls::TlsStream<S>, | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user