mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 00:08:01 +00:00
Fix declare_ser_tests to work on old rustc
This commit is contained in:
@@ -5,7 +5,7 @@ macro_rules! declare_ser_tests {
|
||||
#[test]
|
||||
fn $name() {
|
||||
$(
|
||||
self::serde_test::assert_ser_tokens(&$value, $tokens);
|
||||
assert_ser_tokens(&$value, $tokens);
|
||||
)+
|
||||
}
|
||||
)+
|
||||
|
||||
Reference in New Issue
Block a user