Skip to content

Commit d9a3c06

Browse files
committed
---
yaml --- r: 171118 b: refs/heads/try c: 2f99a41 h: refs/heads/master v: v3
1 parent 77920c3 commit d9a3c06

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 73a25f55ad748b4d3516417c711b99ce446591af
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: 3155b3101108dc9a3be32b6cb3cf33b9e1c45a0c
5+
refs/heads/try: 2f99a41fe1a27a48e96bc2616ec9faa6de924386
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/libcollections/vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
//! let two = xs.pop();
4545
//! ```
4646
47+
#![stable]
48+
4749
use core::prelude::*;
4850

4951
use alloc::boxed::Box;

branches/try/src/libcore/fmt/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//! Utilities for formatting and printing strings
1212
1313
#![allow(unused_variables)]
14+
#![stable]
1415

1516
use any;
1617
use cell::{Cell, RefCell, Ref, RefMut};

branches/try/src/libunicode/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ mod u_str;
5757
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
5858
/// however the converse is not always true due to the above range limits
5959
/// and, as such, should be performed via the `from_u32` function..
60+
#[stable]
6061
pub mod char {
6162
pub use core::char::{MAX, from_u32, from_digit};
6263

0 commit comments

Comments
 (0)