auto merge of #16246 : ruud-v-a/rust/patch-1, r=brson

This commit is contained in:
bors 2014-08-05 15:36:23 +00:00
commit ce83301f8c

View file

@ -2196,7 +2196,7 @@ and may not be overridden:
Types are sendable
unless they contain references.
* `Share` - Types that are *threadsafe*
* `Share` - Types that are *threadsafe*.
These are types that are safe to be used across several threads with access to
a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.