Remove affiliated keyword non-exit for paragraph.

This commit is contained in:
Tom Alexander
2023-10-12 14:07:57 -04:00
parent c022b30110
commit 0d579263cb
4 changed files with 4 additions and 55 deletions

View File

@@ -22,7 +22,6 @@ type DynMatcher<'c> = dyn Matcher + 'c;
pub(crate) use context::Context;
pub(crate) use context::ContextElement;
pub(crate) use context::ExitMatcherNode;
pub(crate) use context::HasAffiliatedKeywordInner;
pub(crate) use exiting::ExitClass;
pub use file_access_interface::FileAccessInterface;
pub use file_access_interface::LocalFileAccessInterface;