Rename NoEvent to Nothing to make clippy happy

This commit is contained in:
Yuheng Chen 2016-06-22 16:05:40 +08:00
parent 1973bc9ed3
commit fc774f2963

View file

@ -35,7 +35,7 @@ enum State {
#[derive(Clone, PartialEq, Debug, Eq)]
pub enum Event {
/// Reserved for internal use
NoEvent,
Nothing,
StreamStart,
StreamEnd,
DocumentStart,