Skip to content

Commit 7ef05b9

Browse files
authored
Merge pull request #472 from josephcsible/patch-1
Fix URL fragment to MutexGuard's negative impl of Send
2 parents 97e84a3 + da27ec1 commit 7ef05b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send-and-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ only to data races?
253253
[box-is-special]: https://manishearth.github.io/blog/2017/01/10/rust-tidbits-box-is-special/
254254
[deref-doc]: https://doc.rust-lang.org/core/ops/trait.Deref.html
255255
[deref-mut-doc]: https://doc.rust-lang.org/core/ops/trait.DerefMut.html
256-
[mutex-guard-not-send-docs-rs]: https://doc.rust-lang.org/std/sync/struct.MutexGuard.html#impl-Send
256+
[mutex-guard-not-send-docs-rs]: https://doc.rust-lang.org/std/sync/struct.MutexGuard.html#impl-Send-for-MutexGuard%3C'_,+T%3E
257257
[mutex-guard-not-send-comment]: https://github.com/rust-lang/rust/issues/23465#issuecomment-82730326
258258
[libc-free-docs]: https://linux.die.net/man/3/free

0 commit comments

Comments
 (0)