Follow rust std: fmt::Show was renamed to fmt::Debug

This commit is contained in:
Thomas Bahn
2015-02-06 15:21:51 +01:00
parent 5dd077969c
commit 9a284ae7c2
19 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use de;
use super::error::{Error, ErrorCode};
#[derive(PartialEq, Show)]
#[derive(PartialEq, Debug)]
enum State {
// Parse a value.
Value,