]> git.lizzy.rs Git - rust.git/commitdiff
Review changes
authorNick Cameron <ncameron@mozilla.com>
Tue, 6 Jan 2015 03:06:23 +0000 (16:06 +1300)
committerNick Cameron <ncameron@mozilla.com>
Tue, 6 Jan 2015 20:46:16 +0000 (09:46 +1300)
src/libcore/markers.rs

index 45b80593c3cd562eec57ece65dbd5a97169f2b50..f218eaceee2dead9e725c78486925bce0576fef8 100644 (file)
 //! implemented using unsafe code. In that case, you may want to embed
 //! some of the marker types below into your type.
 
-
+#![stable]
 
 use clone::Clone;
 
-
 /// Types able to be transferred across task boundaries.
 #[unstable = "will be overhauled with new lifetime rules; see RFC 458"]
 #[lang="send"]