mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
2cbcd36ca9
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