]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay
authorkennytm <kennytm@gmail.com>
Mon, 3 Dec 2018 10:07:09 +0000 (18:07 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 10:07:09 +0000 (18:07 +0800)
commit2cbcd36ca90ba8442a660912d5d52720c94dadea
tree402712d1b08ba321dedd1bf2db7f4bfc305ff472
parent441aaf811057b620a4ce7f3f58114feb7f4b4901
parent4c2c523a0546480fe2ee1895802d80cfdcf4ad64
Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay

Move VecDeque::resize_with out of the impl<T:Clone> block

I put this in the wrong `impl` block in https://github.com/rust-lang/rust/pull/56016, so fixing.

Tracking issue for the unstable method: https://github.com/rust-lang/rust/issues/41758#issuecomment-443077953