1
Fork 0

Remove serialize::traits submodule.

This commit is contained in:
Erick Tryzelaar 2012-12-19 16:08:48 -08:00
parent 9c673b246c
commit c14105bb8a
6 changed files with 613 additions and 4 deletions

View file

@ -818,7 +818,6 @@ fn mk_deser_fields(
cx.expr_path(span, ~[
cx.ident_of(~"std"),
cx.ident_of(~"serialize"),
cx.ident_of(~"traits"),
cx.ident_of(~"Decodable"),
cx.ident_of(~"decode"),
]),
@ -1023,7 +1022,6 @@ fn mk_enum_deser_variant_nary(
cx.expr_path(span, ~[
cx.ident_of(~"std"),
cx.ident_of(~"serialize"),
cx.ident_of(~"traits"),
cx.ident_of(~"Decodable"),
cx.ident_of(~"decode"),
]),