diff --git a/src/lib.rs b/src/lib.rs index ba35fb2..d8c8879 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,6 @@ use irc_proto::message::Message; //! This crate provides the `IrcRead` and `IrcWrite` traits and //! the IrcStream struct that implements them. - /// A trait that mirrors std::io::Read; /// It requires the `read()` method that returns an IRC Message. /// The function may or may not block.