]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #62583 - sfackler:unpin-raw, r=cramertj
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 26 Jul 2019 16:56:40 +0000 (18:56 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2019 16:56:40 +0000 (18:56 +0200)
commitd1f86c13e4363e981c7d52312d24d00a24f6bd7f
tree2e7a445d6e2cb62bb6a7b9b5515871173bfba3b1
parent625aa60b3afcab76d7abda99780551d33a336976
parent5a4845d0d44e4d3c4fab3ae45730d319ab3133af
Rollup merge of #62583 - sfackler:unpin-raw, r=cramertj

Implement Unpin for all raw pointers

Like references and boxes, moving the pointer doesn't move the
pointed-to value, so this is safe.

r? @cramertj