]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #86755 - ojeda:shrink, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Wed, 30 Jun 2021 20:21:03 +0000 (05:21 +0900)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 20:21:03 +0000 (05:21 +0900)
commit9e007e71ff02e53e5c44906d210201325b627f2a
treed9d2313b0b31b6bb0fe56040e933d0fda2093ac8
parent7714a9a0e347cc34c83bb0971ca918a550988c05
parent7c9445d4a78909e324c5190759d1a015e7a48990
Rollup merge of #86755 - ojeda:shrink, r=Mark-Simulacrum

alloc: `RawVec<T, A>::shrink` can be in `no_global_oom_handling`.

Found in https://github.com/Rust-for-Linux/linux/pull/402.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>