error module doc comment

This commit is contained in:
glyph 2021-11-05 11:01:47 +02:00
parent c2cff416d0
commit f4a74143e5
1 changed files with 2 additions and 0 deletions

View File

@ -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};