From 33fa3de81090d025de7ae593696d56a54fd57c63 Mon Sep 17 00:00:00 2001 From: Daniel Franklin Date: Thu, 1 Apr 2021 13:42:22 +0100 Subject: [PATCH] Update src/send-and-sync.md Co-authored-by: Yuki Okushi --- src/send-and-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;