move PinMut into pin module and export through std
This commit is contained in:
parent
f1b506af02
commit
13da951868
14 changed files with 191 additions and 156 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue