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