Add an enum for exit class.

This commit is contained in:
Tom Alexander
2023-04-17 21:16:39 -04:00
parent 98a46cd707
commit fcd5c7d3cd
2 changed files with 11 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ mod document;
mod drawer;
mod element;
mod error;
mod exiting;
mod footnote_definition;
mod greater_block;
mod greater_element;