Skip to content

Commit c0fa35f

Browse files
committed
---
yaml --- r: 227601 b: refs/heads/try c: f55c366 h: refs/heads/master i: 227599: 8861423 v: v3
1 parent 707b006 commit c0fa35f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: c72e01ef7f317a0bad3c3e780cb02858f2017f43
4+
refs/heads/try: f55c366a8ac33307859ae6190d2788270a885f90
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libcore/slice.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,10 @@ impl<T: PartialOrd> PartialOrd for [T] {
15011501

15021502
/// Extension methods for slices containing integers.
15031503
#[unstable(feature = "int_slice")]
1504+
#[deprecated(since = "1.2.0",
1505+
reason = "has not seen much usage and may want to live in the \
1506+
standard library now that most slice methods are \
1507+
on an inherent implementation block")]
15041508
pub trait IntSliceExt<U, S> {
15051509
/// Converts the slice to an immutable slice of unsigned integers with the same width.
15061510
fn as_unsigned<'a>(&'a self) -> &'a [U];

0 commit comments

Comments
 (0)