Rename NoEvent to Nothing to make clippy happy
This commit is contained in:
parent
a853ff3c94
commit
15b4a6ef35
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ enum State {
|
|||
#[derive(Clone, PartialEq, Debug, Eq)]
|
||||
pub enum Event {
|
||||
/// Reserved for internal use
|
||||
NoEvent,
|
||||
Nothing,
|
||||
StreamStart,
|
||||
StreamEnd,
|
||||
DocumentStart,
|
||||
|
|
Loading…
Reference in a new issue