Update 'src/error.rs'
Fixed doc comments
This commit is contained in:
parent
455c49dbb2
commit
3ef3ccafb0
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue