Sync -> Send
This commit is contained in:
parent
ef6126a495
commit
9d8de1f42c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Version 1.0.0-alpha (January 2015)
|
|||
even though the internals do not (e.g. structs containing unsafe
|
||||
pointers like `Arc`). These changes are intended to prevent some
|
||||
footguns and are collectively known as [opt-in built-in
|
||||
traits][oibit] (though `Sync` and `Share` will soon become pure
|
||||
traits][oibit] (though `Sync` and `Send` will soon become pure
|
||||
library types unknown to the compiler).
|
||||
* Operator traits now take their operands [by value][ops], and
|
||||
comparison traits can use multidispatch to compare one type
|
||||
|
|
Loading…
Add table
Reference in a new issue