Factor the Token De/Serializer into serde_test

This commit is contained in:
David Tolnay
2016-06-28 21:47:54 -07:00
parent fb0e62951f
commit 6d64104375
14 changed files with 718 additions and 638 deletions
-2
View File
@@ -1,8 +1,6 @@
#[macro_use]
mod macros;
mod token;
mod test_annotations;
mod test_bytes;
mod test_de;