Another tweak to auto_encode to only use trait-qualified static methods
This commit is contained in:
parent
907fa74e8b
commit
a59747cd7f
@ -1023,6 +1023,8 @@ 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"),
|
||||
]),
|
||||
~[cx.expr_var(span, ~"__d")]
|
||||
|
Loading…
Reference in New Issue
Block a user