]> git.lizzy.rs Git - rust.git/commit
Auto merge of #25157 - alexcrichton:remove-vec-add, r=aturon
authorbors <bors@rust-lang.org>
Thu, 7 May 2015 21:45:11 +0000 (21:45 +0000)
committerbors <bors@rust-lang.org>
Thu, 7 May 2015 21:45:11 +0000 (21:45 +0000)
commit5ae026e8923d71d16a4d2b9a592bbcab92d8723a
treecbf03e7b8d2ad0c4a3092c75693c754d0bc493e6
parentf0ac7e04e647381e2bb87de1f3d0b108acb24d06
parent8d3f84e235b22688dd1592cfb86f31459a79ac5f
Auto merge of #25157 - alexcrichton:remove-vec-add, r=aturon

Ideally this trait implementation would be unstable, requiring crates to opt-in
if they would like the functionality, but that's not currently how stability
works so the implementation needs to be removed entirely.

This may come back at a future date, but for now the conservative option is to
remove it.

[breaking-change]