Sync -> Send

This commit is contained in:
Brian Anderson 2015-01-06 22:16:34 -08:00
parent ef6126a495
commit 9d8de1f42c
1 changed files with 1 additions and 1 deletions

View File

@ -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