about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"]