rust/library/core
Dylan DPC a79f9af290
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>`.
2020-08-27 01:14:06 +02:00
..
benches
src Rollup merge of #75780 - matklad:unconfuseunpindocs, r=KodrAus 2020-08-27 01:14:06 +02:00
tests Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
Cargo.toml