forked from mirror/async-std
remove invalid unsafe
This commit is contained in:
parent
dc15533d3c
commit
35a1da6771
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ impl<T> Sender<T> {
|
|||
inner: Pin<Box<dyn Future<Output = Result<(), SendError<T>>> + 'a>>,
|
||||
}
|
||||
|
||||
unsafe impl<T: Send> Send for SendFuture<'_, T> {}
|
||||
|
||||
impl<T> Unpin for SendFuture<'_, T> {}
|
||||
|
||||
impl<T> Future for SendFuture<'_, T> {
|
||||
|
|
Loading…
Reference in a new issue