Remove serialize::traits submodule.
This commit is contained in:
@@ -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"),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user