Auto merge of #23985 - erickt:derive-cleanup, r=erickt

This extracts some of the minor cleanup patches from #23905.
This commit is contained in:
bors 2015-04-18 00:48:34 +00:00
commit 1284be4044
18 changed files with 500 additions and 521 deletions

View file

@ -70,5 +70,5 @@ fn expand(cx: &mut ExtCtxt,
],
};
trait_def.expand(cx, mitem, item, |i| push(i))
trait_def.expand(cx, mitem, item, push)
}