We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6126a commit 9d8de1fCopy full SHA for 9d8de1f
RELEASES.md
@@ -61,7 +61,7 @@ Version 1.0.0-alpha (January 2015)
61
even though the internals do not (e.g. structs containing unsafe
62
pointers like `Arc`). These changes are intended to prevent some
63
footguns and are collectively known as [opt-in built-in
64
- traits][oibit] (though `Sync` and `Share` will soon become pure
+ traits][oibit] (though `Sync` and `Send` will soon become pure
65
library types unknown to the compiler).
66
* Operator traits now take their operands [by value][ops], and
67
comparison traits can use multidispatch to compare one type
0 commit comments