1
Fork 0

Bump rustfmt to most recently shipped

This commit is contained in:
Mark Rousskov 2020-04-22 16:16:43 -04:00
parent 93eed402ad
commit 17a393ee96
7 changed files with 27 additions and 18 deletions

View file

@ -2305,7 +2305,7 @@ macro_rules! read_primitive {
value => Err(ExpectedError("Number".to_owned(), value.to_string())),
}
}
}
};
}
impl crate::Decoder for Decoder {