thelie-patch-1 #1

Merged
Thelie merged 2 commits from thelie-patch-1 into master 2021-05-05 20:56:34 +02:00
Showing only changes of commit ff40d7ea25 - Show all commits

View file

@ -15,6 +15,9 @@
* along with irc-stream. If not, see <https://www.gnu.org/licenses/>.
*/
//! Implements IrcStreamError, an error type
//! that wraps all possible error that are thrown by IrcStream.
use std::{
error::Error,
fmt,
@ -22,8 +25,6 @@ use std::{
str,
};
//! Implements IrcStreamError, an error type
//! that wraps all possible error that are thrown by IrcStream.
/// A custom error type that wraps all error that IrcStream will throw.
#[derive(Debug)]
pub enum IrcStreamError {