Update src/send-and-sync.md

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
pull/259/head
Daniel Franklin 4 years ago committed by GitHub
parent 7a1be9d5b0
commit 33fa3de810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@ that.
use std::ops::{Deref, DerefMut}; use std::ops::{Deref, DerefMut};
# struct Carton<T>(std::ptr::NonNull<T>); # struct Carton<T>(std::ptr::NonNull<T>);
#
impl<T> Deref for Carton<T> { impl<T> Deref for Carton<T> {
type Target = T; type Target = T;

Loading…
Cancel
Save