1
Fork 0

move PinMut into pin module and export through std

This commit is contained in:
Niv Kaminer 2018-08-09 18:20:22 +03:00
parent f1b506af02
commit 13da951868
14 changed files with 191 additions and 156 deletions

View file

@ -16,7 +16,7 @@ use any::Any;
use cell::UnsafeCell;
use fmt;
use future::Future;
use mem::PinMut;
use pin::PinMut;
use ops::{Deref, DerefMut};
use panicking;
use ptr::{Unique, NonNull};