about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-03-31 19:29:26 +0200
committerGitHub <noreply@github.com>2020-03-31 19:29:26 +0200
commitf62cfa76c50108de48065fa3485b017ce9296b36 (patch)
tree264b0ea8db20abd263bcbbf805b97f1220c9a44d /src/test/codegen/src-hash-algorithm
parent75ff3110ac6d8a0259023b83fd20d7ab295f8dd6 (diff)
parente1afd26c524dbc8b90e7f1cdb00891f0b63b244d (diff)
downloadrust-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