From 3ef3ccafb0a1faccf52a2be61b6b555e81338b57 Mon Sep 17 00:00:00 2001 From: Thelie Date: Wed, 5 May 2021 20:51:41 +0200 Subject: [PATCH] Update 'src/error.rs' Fixed doc comments --- src/error.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index bfb86f5..4f0e79e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -24,7 +24,6 @@ use std::{ //! 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 {