Minor cleanup.

This commit is contained in:
Tom Alexander 2023-03-23 14:13:21 -04:00
parent 150b4d4387
commit f060e7189b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 4 deletions

View File

@ -84,10 +84,7 @@ impl<'r, 's> ContextTree<'r, 's> {
}
};
}
ContextElement::PreviousElementNode(_) => {}
ContextElement::StartOfParagraph => {}
ContextElement::Context(_) => {}
ContextElement::ListItem(_) => {}
_ => {}
};
}
// TODO: Make this a specific error instead of just a generic MyError