Skip to content

Commit 5aa2f9c

Browse files
committed
Undo accidental change unrelated to my PR
1 parent a8b2f17 commit 5aa2f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
//! }
193193
//! ```
194194
195-
use self::ErrorCode::*;
196195
use self::JsonEvent::*;
196+
use self::ErrorCode::*;
197197
use self::ParserError::*;
198198
use self::DecoderError::*;
199199
use self::ParserState::*;

0 commit comments

Comments
 (0)