diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-31 19:29:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-31 19:29:26 +0200 |
| commit | f62cfa76c50108de48065fa3485b017ce9296b36 (patch) | |
| tree | 264b0ea8db20abd263bcbbf805b97f1220c9a44d /src/test/codegen/src-hash-algorithm | |
| parent | 75ff3110ac6d8a0259023b83fd20d7ab295f8dd6 (diff) | |
| parent | e1afd26c524dbc8b90e7f1cdb00891f0b63b244d (diff) | |
| download | rust-f62cfa76c50108de48065fa3485b017ce9296b36.tar.gz rust-f62cfa76c50108de48065fa3485b017ce9296b36.zip | |
Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu
add fn make_contiguous to VecDeque Adds the following method to VecDeque: ```rust pub fn make_contiguous(&mut self) -> &mut [T]; ``` Taken from https://github.com/rust-lang/rust/pull/69400, after a suggestion by @CryZe https://github.com/rust-lang/rust/pull/69400#issuecomment-590216089 I am in favor of merging this instead of https://github.com/rust-lang/rust/pull/69400.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
