mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-21 03:51:06 +00:00
Make array ser impls macro better fit rustfmt style
This commit is contained in:
@@ -160,10 +160,12 @@ macro_rules! array_impls {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
array_impls!(01 02 03 04 05 06 07 08 09 10
|
array_impls! {
|
||||||
11 12 13 14 15 16 17 18 19 20
|
01 02 03 04 05 06 07 08 09 10
|
||||||
21 22 23 24 25 26 27 28 29 30
|
11 12 13 14 15 16 17 18 19 20
|
||||||
31 32);
|
21 22 23 24 25 26 27 28 29 30
|
||||||
|
31 32
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user