1
Fork 0

Review changes

This commit is contained in:
Nick Cameron 2015-01-06 16:06:23 +13:00
parent ba2a77b450
commit 91ba66fa99

View file

@ -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"]