diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-06 22:16:34 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-06 22:16:34 -0800 |
| commit | 9d8de1f42c1fa8cf16bcfa61e9cea0783157d642 (patch) | |
| tree | 5d19fd5e75f92eaa3a56fa0b65eb066d495f7b94 | |
| parent | ef6126a495d045ca99544b493193c56df795392a (diff) | |
| download | rust-9d8de1f42c1fa8cf16bcfa61e9cea0783157d642.tar.gz rust-9d8de1f42c1fa8cf16bcfa61e9cea0783157d642.zip | |
Sync -> Send
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index ec291e4a242..f7c385cbe7c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 |
