about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2015-01-06 16:06:23 +1300
committerNick Cameron <ncameron@mozilla.com>2015-01-07 09:46:16 +1300
commit91ba66fa99830d4963d6adb47439b86253bf5a4c (patch)
treed258e729828a2896b5a62c8d571621e9f844c237
parentba2a77b4506ca29105ebd7e257bb2328c2b2b1b3 (diff)
downloadrust-91ba66fa99830d4963d6adb47439b86253bf5a4c.tar.gz
rust-91ba66fa99830d4963d6adb47439b86253bf5a4c.zip
Review changes
-rw-r--r--src/libcore/markers.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/markers.rs b/src/libcore/markers.rs
index 45b80593c3c..f218eaceee2 100644
--- a/src/libcore/markers.rs
+++ b/src/libcore/markers.rs
@@ -23,11 +23,10 @@
 //! 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"]