Review changes
This commit is contained in:
parent
ba2a77b450
commit
91ba66fa99
1 changed files with 1 additions and 2 deletions
|
@ -23,11 +23,10 @@
|
||||||
//! implemented using unsafe code. In that case, you may want to embed
|
//! implemented using unsafe code. In that case, you may want to embed
|
||||||
//! some of the marker types below into your type.
|
//! some of the marker types below into your type.
|
||||||
|
|
||||||
|
#![stable]
|
||||||
|
|
||||||
use clone::Clone;
|
use clone::Clone;
|
||||||
|
|
||||||
|
|
||||||
/// Types able to be transferred across task boundaries.
|
/// Types able to be transferred across task boundaries.
|
||||||
#[unstable = "will be overhauled with new lifetime rules; see RFC 458"]
|
#[unstable = "will be overhauled with new lifetime rules; see RFC 458"]
|
||||||
#[lang="send"]
|
#[lang="send"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue