Skip to content

Commit

Permalink
Fix sorting order. Change sync to share
Browse files Browse the repository at this point in the history
  • Loading branch information
mdinger committed Aug 27, 2014
1 parent 566b470 commit 48a2876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/doc/rust.md
Expand Up @@ -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`
Expand Down

0 comments on commit 48a2876

Please sign in to comment.