From c778365f4c6689372fed09f5e8f26e555d9f2436 Mon Sep 17 00:00:00 2001 From: Thelie Date: Wed, 5 May 2021 20:52:07 +0200 Subject: [PATCH] Update 'src/lib.rs' Fixed doc comments. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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.