error module doc comment
This commit is contained in:
		@ -1,3 +1,5 @@
 | 
			
		||||
//! Custom error implementations.
 | 
			
		||||
 | 
			
		||||
use core::str::Utf8Error;
 | 
			
		||||
use regex::Error as RegexError;
 | 
			
		||||
use std::{error, fmt, io::Error as IoError, string::FromUtf8Error};
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user