Skip to content

Commit 48a2876

Browse files
committed
Fix sorting order. Change sync to share
1 parent 566b470 commit 48a2876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,14 +2218,14 @@ These types help drive the compiler's analysis
22182218

22192219
* `begin_unwind`
22202220
: ___Needs filling in___
2221+
* `managed_bound`
2222+
: This type implements "managed"
22212223
* `no_copy_bound`
22222224
: This type does not implement "copy", even if eligible
22232225
* `no_send_bound`
22242226
: This type does not implement "send", even if eligible
2225-
* `no_sync_bound`
2226-
: This type does not implement "sync", even if eligible
2227-
* `managed_bound`
2228-
: This type implements "managed"
2227+
* `no_share_bound`
2228+
: This type does not implement "share", even if eligible
22292229
* `eh_personality`
22302230
: ___Needs filling in___
22312231
* `exchange_free`

0 commit comments

Comments
 (0)