Skip to content

Commit

Permalink
Undo accidental change unrelated to my PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Jan 17, 2015
1 parent a8b2f17 commit 5aa2f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserialize/json.rs
Expand Up @@ -192,8 +192,8 @@
//! }
//! ```

use self::ErrorCode::*;
use self::JsonEvent::*;
use self::ErrorCode::*;
use self::ParserError::*;
use self::DecoderError::*;
use self::ParserState::*;
Expand Down

0 comments on commit 5aa2f9c

Please sign in to comment.