From 91ba66fa99830d4963d6adb47439b86253bf5a4c Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 6 Jan 2015 16:06:23 +1300 Subject: [PATCH] Review changes --- src/libcore/markers.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]