Closed remexre closed 5 years ago
The style's largely a result of copy-pasting the equivalent ToRef parts; should I change those too?
@remexre I think we can do that as a follow up rustfmt-only PR for cleaner diffs or as part of the release procedure.
Looks like it's stalling out on nightly on Travis; works on my machine (on nightly) though.
@lloydmeta Feels generally easiest to keep track of things if each PR adds to Unreleased.
@remexre would you mind adding a quick summary of this change to the Changelog?
Should be done.
Basically the same as ToRef, except with
&mut
instead of&
.