diff --git a/src/send-and-sync.md b/src/send-and-sync.md index 0fa89e0..2e387e9 100644 --- a/src/send-and-sync.md +++ b/src/send-and-sync.md @@ -141,7 +141,7 @@ that. use std::ops::{Deref, DerefMut}; # struct Carton(std::ptr::NonNull); - +# impl Deref for Carton { type Target = T;