diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-01-06 16:06:23 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-01-07 09:46:16 +1300 |
| commit | 91ba66fa99830d4963d6adb47439b86253bf5a4c (patch) | |
| tree | d258e729828a2896b5a62c8d571621e9f844c237 | |
| parent | ba2a77b4506ca29105ebd7e257bb2328c2b2b1b3 (diff) | |
| download | rust-91ba66fa99830d4963d6adb47439b86253bf5a4c.tar.gz rust-91ba66fa99830d4963d6adb47439b86253bf5a4c.zip | |
Review changes
| -rw-r--r-- | src/libcore/markers.rs | 3 |
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"] |
