move field_type to common part

This commit is contained in:
Marc-Antoine Arnaud
2018-04-10 11:25:16 +02:00
parent 61f9badbe7
commit 1c867a6ff1
5 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ extern crate quote;
extern crate syn;
mod attribute;
mod field_type;
mod de;
mod ser;