mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 06:57:56 +00:00
Follow rust std: fmt::Show was renamed to fmt::Debug
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ fn spaces<W: Writer>(wr: &mut W, mut n: usize) -> IoResult<()> {
|
||||
}
|
||||
|
||||
/*
|
||||
#[derive(Show)]
|
||||
#[derive(Debug)]
|
||||
enum SerializerState {
|
||||
ValueState,
|
||||
TupleState,
|
||||
|
||||
Reference in New Issue
Block a user