]> git.lizzy.rs Git - rust.git/commit
Auto merge of #81411 - Skgland:deprecate_expr_method_call, r=varkor
authorbors <bors@rust-lang.org>
Wed, 10 Feb 2021 00:25:11 +0000 (00:25 +0000)
committerbors <bors@rust-lang.org>
Wed, 10 Feb 2021 00:25:11 +0000 (00:25 +0000)
commitca98712ff92c56506442cd5a500547f2f0cba0c3
treebf96b43c80e1f53c5601f9a945481de47e78306d
parent87bacf22ec93a9479dbd829de5d1917c16b17255
parent0375022c73c05925871e440e086ed4e266e61ee7
Auto merge of #81411 - Skgland:deprecate_expr_method_call, r=varkor

Remove usages of `expr_method_call` in derive(Ord,PartialOrd,RustcEncode,RustcDecode)

Preparing for deprecation of `expr_method_call`  (#81295), by removing the remaining usages not covered by (#81294).

I am not sure about the changes to `derive(RustcEncode,RustcDecode)`