]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #49630 - npmccallum:shl, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Apr 2018 03:53:32 +0000 (03:53 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Apr 2018 03:53:32 +0000 (03:53 +0000)
commit883bf4ba2ed8c63ed2c3201576bca1ec10488624
tree5e34f0fc747c284689f142b6da327efa7e731192
parent5dc896e9e737f3661c229ca96ab4297081fb5069
parent587098abf943b08cbed79063b5bad30b4864ffe8
Auto merge of #49630 - npmccallum:shl, r=alexcrichton

Update Rhs on ShlAssign to default to Self

This matches the behavior on ShrAssign and all other *Assign operations.
src/libcore/ops/bit.rs