]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #75780 - matklad:unconfuseunpindocs, r=KodrAus
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 26 Aug 2020 23:14:06 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 23:14:06 +0000 (01:14 +0200)
commita79f9af290ad69cd4fb32a3e1b5e610a21262717
tree06e4beb6222dc0bbc5a22cc1ee817a1a16d9fe7a
parent730449d22ad6d152f4f58719ef2f3c459984a361
parentdaa6620c95f0c3817b1a344a607edce1faa3e48f
Rollup merge of #75780 - matklad:unconfuseunpindocs, r=KodrAus

Unconfuse Unpin docs a bit

* Don't say that Unpin is used to prevent moves, because it is used
  to *allow* moves
* Be more precise about kindedness of things, it is
  `Pin<Pointer<Data>>`, rather than just `Pin<Pointer>`.