File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libcollections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 474b324eda10440d6568ef872a7307d38e7de95b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: b8b52d61f3465546eeba9f69fe49b3d2945b1fbe
4
+ refs/heads/snap-stage3: ebd2d8db76ca29a728ee31d6eb2c7a9e4900e74f
5
5
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ pub trait SliceExt {
174
174
fn slice ( & self , start : uint , end : uint ) -> & [ Self :: Item ] ;
175
175
176
176
/// Deprecated: use `&s[start..]` notation instead.
177
- #[ deprecated = "use &s[start..] isntead " ]
177
+ #[ deprecated = "use &s[start..] instead " ]
178
178
fn slice_from ( & self , start : uint ) -> & [ Self :: Item ] ;
179
179
180
180
/// Deprecated: use `&s[..end]` notation instead.
You can’t perform that action at this time.
0 commit comments