Update 'src/lib.rs'
Fixed doc comments.
This commit is contained in:
parent
3ef3ccafb0
commit
c778365f4c
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ use irc_proto::message::Message;
|
||||||
|
|
||||||
//! This crate provides the `IrcRead` and `IrcWrite` traits and
|
//! This crate provides the `IrcRead` and `IrcWrite` traits and
|
||||||
//! the IrcStream struct that implements them.
|
//! the IrcStream struct that implements them.
|
||||||
|
|
||||||
/// A trait that mirrors std::io::Read;
|
/// A trait that mirrors std::io::Read;
|
||||||
/// It requires the `read()` method that returns an IRC Message.
|
/// It requires the `read()` method that returns an IRC Message.
|
||||||
/// The function may or may not block.
|
/// The function may or may not block.
|
||||||
|
|
Loading…
Reference in a new issue