Combine the error types.

This commit is contained in:
Tom Alexander
2023-04-21 18:36:01 -04:00
parent 04dfffc000
commit a1724dae52
23 changed files with 57 additions and 68 deletions

View File

@@ -1,6 +1,7 @@
#![feature(round_char_boundary)]
#![feature(exit_status_error)]
mod compare;
mod error;
mod parser;
pub use compare::compare_document;
pub use compare::emacs_parse_org_document;