From fc774f2963101d580062901ee951158ea39fe738 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Wed, 22 Jun 2016 16:05:40 +0800 Subject: [PATCH] Rename NoEvent to Nothing to make clippy happy --- saphyr/src/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/src/parser.rs b/saphyr/src/parser.rs index eb574c0..78408e4 100644 --- a/saphyr/src/parser.rs +++ b/saphyr/src/parser.rs @@ -35,7 +35,7 @@ enum State { #[derive(Clone, PartialEq, Debug, Eq)] pub enum Event { /// Reserved for internal use - NoEvent, + Nothing, StreamStart, StreamEnd, DocumentStart,