Remove unused event types.

This commit is contained in:
Tom Alexander 2023-10-17 13:43:33 -04:00
parent 0208020e3e
commit 01464057ad
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,7 +1,4 @@
#[derive(Debug, Eq, Hash, PartialEq)] #[derive(Debug, Eq, Hash, PartialEq)]
pub(crate) enum EventType { pub(crate) enum EventType {
ElementStart, ElementStart,
ElementFinish,
ObjectStart,
ObjectFinish,
} }