Minor cleanup.

This commit is contained in:
Tom Alexander
2023-03-23 14:13:21 -04:00
parent 150b4d4387
commit f060e7189b

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