]> git.lizzy.rs Git - rust.git/commit
Auto merge of #59745 - cwhakes:master, r=sanxiyn
authorbors <bors@rust-lang.org>
Sat, 6 Apr 2019 10:03:38 +0000 (10:03 +0000)
committerbors <bors@rust-lang.org>
Sat, 6 Apr 2019 10:03:38 +0000 (10:03 +0000)
commit209b0b41ac39bdeaaa0dd5d52efec4b1f8d0011f
tree2cb47cdd4e8cbec7df17d15d995707e7e35df9d5
parent2982dbf855fe12e30e75175d6b0fa74e7110e1cd
parent350e492bc0d3af16d2156ed52c6c575c03db7001
Auto merge of #59745 - cwhakes:master, r=sanxiyn

Change `copytest` parameter name from `y` to `sign`

This should help clarify ambiguity with whether `a.copysign(b)` applies the sign of `a` to `b` or `b` to `a`.

r? @Centril