From 357eab4857944d5b51dc5655ef794395b7460d26 Mon Sep 17 00:00:00 2001 From: Daniel Franklin Date: Tue, 23 Mar 2021 20:45:13 +0000 Subject: [PATCH] Fix formatting Co-authored-by: Yuki Okushi --- src/send-and-sync.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/send-and-sync.md b/src/send-and-sync.md index a5b3dac..3209a6a 100644 --- a/src/send-and-sync.md +++ b/src/send-and-sync.md @@ -205,11 +205,7 @@ TODO: better explain what can or can't be Send or Sync. Sufficient to appeal only to data races? [unsafe traits]: safe-unsafe-meaning.html - [box-doc]: https://doc.rust-lang.org/std/boxed/struct.Box.html - [box-is-special]: https://manishearth.github.io/blog/2017/01/10/rust-tidbits-box-is-special/ - [deref-doc]: https://doc.rust-lang.org/core/ops/trait.Deref.html - [deref-mut-doc]: https://doc.rust-lang.org/core/ops/trait.DerefMut.html