]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboats
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 9 Jan 2020 19:18:36 +0000 (04:18 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2020 19:18:36 +0000 (04:18 +0900)
commitee90f09ea0db4bb852fdf975f6cc85692fbbf212
treeb3fb6ea9ca806fb002f9336ba77b0d75b1db4fa3
parent78db333f9dd6786b156e2b3e4bec85f959d22606
parentd288c28ff323445e6157b95893072a571009a434
Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboats

Relax the Sized bounds on Pin::map_unchecked(_mut)

Fixes #67669.