move PinBox into pin module and export through std

This commit is contained in:
Niv Kaminer
2018-08-09 19:33:57 +03:00
parent 13da951868
commit 971d7ed249
8 changed files with 233 additions and 207 deletions

View File

@@ -159,6 +159,7 @@ 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;