mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 06:17:55 +00:00
Follow rust std: fmt::Show was renamed to fmt::Debug
This commit is contained in:
+1
-1
@@ -651,7 +651,7 @@ mod tests {
|
||||
use std::vec;
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
#[derive(Clone, PartialEq, Show)]
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
pub enum Token<'a> {
|
||||
Bool(bool),
|
||||
Isize(isize),
|
||||
|
||||
Reference in New Issue
Block a user