Skip to content

Commit 91ba66f

Browse files
committed
Review changes
1 parent ba2a77b commit 91ba66f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/markers.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
//! implemented using unsafe code. In that case, you may want to embed
2424
//! some of the marker types below into your type.
2525
26-
26+
#![stable]
2727

2828
use clone::Clone;
2929

30-
3130
/// Types able to be transferred across task boundaries.
3231
#[unstable = "will be overhauled with new lifetime rules; see RFC 458"]
3332
#[lang="send"]

0 commit comments

Comments
 (0)