Update 'src/error.rs'

Fixed doc comments
This commit is contained in:
Thelie 2021-05-05 20:51:41 +02:00
parent 455c49dbb2
commit 3ef3ccafb0

View file

@ -24,7 +24,6 @@ use std::{
//! Implements IrcStreamError, an error type //! Implements IrcStreamError, an error type
//! that wraps all possible error that are thrown by IrcStream. //! that wraps all possible error that are thrown by IrcStream.
/// A custom error type that wraps all error that IrcStream will throw. /// A custom error type that wraps all error that IrcStream will throw.
#[derive(Debug)] #[derive(Debug)]
pub enum IrcStreamError { pub enum IrcStreamError {