diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-10 19:02:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-10 19:02:57 -0700 |
| commit | 1a8a0a77b14c44d98501cd9fb0f14ed88d4c38d9 (patch) | |
| tree | 420e9a1642cc6265bee4490f5fd6404b0d709599 /src/libsyntax/ext | |
| parent | f8b3eaae820f87a5d51fe382aef5e9f8256beb29 (diff) | |
Camel case std::serialization
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/auto_serialize.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/auto_serialize.rs b/src/libsyntax/ext/auto_serialize.rs index 1dc8cee6ac9..1bb207adfc2 100644 --- a/src/libsyntax/ext/auto_serialize.rs +++ b/src/libsyntax/ext/auto_serialize.rs @@ -583,7 +583,7 @@ fn mk_ser_fn(cx: ext_ctxt, span: span, name: ast::ident, ast::bound_trait(cx.ty_path(span, ~[cx.ident_of(~"std"), cx.ident_of(~"serialization"), - cx.ident_of(~"serializer")], + cx.ident_of(~"Serializer")], ~[]))]; let ser_tps: ~[ast::ty_param] = @@ -789,7 +789,7 @@ fn mk_deser_fn(cx: ext_ctxt, span: span, ast::bound_trait(cx.ty_path( span, ~[cx.ident_of(~"std"), cx.ident_of(~"serialization"), - cx.ident_of(~"deserializer")], + cx.ident_of(~"Deserializer")], ~[]))]; let deser_tps: ~[ast::ty_param] = |
