File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
- refs/heads/snap-stage3: c72e01ef7f317a0bad3c3e780cb02858f2017f43
3
+ refs/heads/snap-stage3: f55c366a8ac33307859ae6190d2788270a885f90
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -1501,6 +1501,10 @@ impl<T: PartialOrd> PartialOrd for [T] {
1501
1501
1502
1502
/// Extension methods for slices containing integers.
1503
1503
#[ 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") ]
1504
1508
pub trait IntSliceExt < U , S > {
1505
1509
/// Converts the slice to an immutable slice of unsigned integers with the same width.
1506
1510
fn as_unsigned < ' a > ( & ' a self ) -> & ' a [ U ] ;
You can’t perform that action at this time.
0 commit comments