X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Fdoc%2Fnomicon%2Fsrc%2Farc-and-mutex.md;h=f6c15830e31e1aa6814bbe02e51a4b21524d6f11;hb=5869c6ff7a3bf934f0bcc4de49608749c877a3d5;hp=fedc7b8bd6a18dcf925ec63a1deffcc088011331;hpb=fc51201451a8dc06f64f11ffaf252afc6666632b;p=rustc.git diff --git a/src/doc/nomicon/src/arc-and-mutex.md b/src/doc/nomicon/src/arc-and-mutex.md index fedc7b8bd6..f6c15830e3 100644 --- a/src/doc/nomicon/src/arc-and-mutex.md +++ b/src/doc/nomicon/src/arc-and-mutex.md @@ -4,4 +4,4 @@ Knowing the theory is all fine and good, but the *best* way to understand something is to use it. To better understand atomics and interior mutability, we'll be implementing versions of the standard library's Arc and Mutex types. -TODO: ALL OF THIS OMG +TODO: Mutex