mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 23:57:57 +00:00
Factor out attr module
Factors out field attribute code into the attr module.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user