refactor: rename ParseError -> Error

This commit is contained in:
graelo 2021-10-24 18:28:58 +02:00
parent 7d1bb69c6f
commit 5d9ea6f7f8
8 changed files with 21 additions and 19 deletions

View file

@ -1,7 +1,7 @@
// use std::fmt;
#[derive(thiserror::Error, Debug)]
pub enum ParseError {
pub enum Error {
#[error("Expected 2 chars")]
ExpectedSurroundingPair,