Remove serialize::traits submodule.
This commit is contained in:
parent
9c673b246c
commit
c14105bb8a
6 changed files with 613 additions and 4 deletions
|
@ -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"),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue