]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6301 - alex-700:fix-map-clone, r=matthiaskrgr
authorbors <bors@rust-lang.org>
Sun, 8 Nov 2020 01:28:27 +0000 (01:28 +0000)
committerbors <bors@rust-lang.org>
Sun, 8 Nov 2020 01:28:27 +0000 (01:28 +0000)
commit96d5f45adee883c565062fbb44de7ea29918539d
tree2687e95aee0eacd93e9233377b4015a1a72351e5
parentc015622568f03cbd6931e073c95de89040e95434
parent5f57608604bd35bd11c1f33cbd7202250e072b54
Auto merge of #6301 - alex-700:fix-map-clone, r=matthiaskrgr

do not trigger map_clone in the case of &mut

fixes #6299
changelog: do not trigger map_clone in the case of &mut