Auto merge of #53877 - withoutboats:compositional-pin, r=aturon

Update to a new pinning API.

~~Blocked on #53843 because of method resolution problems with new pin type.~~

@r? @cramertj

cc @RalfJung @pythonesque anyone interested in #49150
This commit is contained in:
bors
2018-09-19 06:56:19 +00:00
18 changed files with 396 additions and 484 deletions

View File

@@ -160,7 +160,6 @@ pub mod collections;
pub mod sync;
pub mod rc;
pub mod raw_vec;
pub mod pin;
pub mod prelude;
pub mod borrow;
pub mod fmt;