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

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 // TODO: Make this a specific error instead of just a generic MyError