jid: Rename error into Error
JidParseError is an ok name when imported elsewhere, but inside of this crate it makes much more sense to name it Error.
This commit is contained in:
parent
2a3d393ad5
commit
1904f0af6c
3 changed files with 52 additions and 52 deletions
|
|
@ -10,7 +10,7 @@
|
|||
//!
|
||||
//! For usage, check the documentation on the `Jid` struct.
|
||||
|
||||
use crate::JidParseError as Error;
|
||||
use crate::Error;
|
||||
use core::num::NonZeroU16;
|
||||
use memchr::memchr;
|
||||
use std::str::FromStr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue