From 48a2876c2cd951c7e09922511b770b071a45b566 Mon Sep 17 00:00:00 2001 From: mdinger Date: Wed, 27 Aug 2014 00:26:50 -0400 Subject: [PATCH] Fix sorting order. Change `sync` to `share` --- src/doc/rust.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/rust.md b/src/doc/rust.md index 4bbcba6c2f300..a31f886a4df07 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -2218,14 +2218,14 @@ These types help drive the compiler's analysis * `begin_unwind` : ___Needs filling in___ +* `managed_bound` + : This type implements "managed" * `no_copy_bound` : This type does not implement "copy", even if eligible * `no_send_bound` : This type does not implement "send", even if eligible -* `no_sync_bound` - : This type does not implement "sync", even if eligible -* `managed_bound` - : This type implements "managed" +* `no_share_bound` + : This type does not implement "share", even if eligible * `eh_personality` : ___Needs filling in___ * `exchange_free`