We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f70b3 commit 1cb123aCopy full SHA for 1cb123a
text/0000-pin_and_move.md
@@ -80,7 +80,7 @@ construct.
80
- **Share** implies that this type has shared ownership over the data which it
81
dereferences to. It implies `Clone`, and every type it is `Clone`d it must
82
continue to refer to the same data; it cannot perform deep clones of that
83
- data. Examples of `Share`
+ data. Examples of `Share` types are `Rc<T>` and `Arc<T>`.
84
85
These traits are mutually exclusive - it would be a logic error to implement
86
both of them for a single type. We retain the liberty to assume that no type
0 commit comments