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