Skip to content

Commit

Permalink
docs: remove outdated reference to rustls.rs example
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 28, 2023
1 parent 43902ee commit 9b6e5ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ macro_rules! ok_or_unauth_client_err {
impl<T: Read + Write + Unpin + fmt::Debug + Send> Client<T> {
/// Creates a new client over the given stream.
///
/// For an example of how to use this method to provide a pure-Rust TLS integration, see the
/// rustls.rs in the examples/ directory.
///
/// This method primarily exists for writing tests that mock the underlying transport, but can
/// also be used to support IMAP over custom tunnels.
pub fn new(stream: T) -> Client<T> {
Expand Down

0 comments on commit 9b6e5ce

Please sign in to comment.