diff --git a/src/libcore/markers.rs b/src/libcore/markers.rs index 45b80593c3cd..f218eaceee2d 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"]