Begin removing the MyError type.

This commit is contained in:
Tom Alexander
2023-10-17 09:45:18 -04:00
parent 8417b5fc9d
commit c9d7251e3b
33 changed files with 12 additions and 76 deletions

View File

@@ -9,7 +9,6 @@ use super::list::List;
use super::DynContextMatcher;
use super::RefContext;
use crate::error::CustomError;
use crate::error::MyError;
use crate::error::Res;
use crate::parser::OrgSource;