Factor out attr module

Factors out field attribute code into the attr module.
This commit is contained in:
Hugo Duncan
2015-05-01 12:53:59 -04:00
parent 960b68937d
commit ec3af2cb6a
6 changed files with 154 additions and 112 deletions
+3 -2
View File
@@ -10,9 +10,10 @@ use syntax::ext::base::Decorator;
use syntax::parse::token;
use rustc::plugin::Registry;
mod ser;
mod de;
mod attr;
mod field;
mod de;
mod ser;
#[plugin_registrar]
#[doc(hidden)]