Skip to content

Commit 8f14cc6

Browse files
committed
---
yaml --- r: 177759 b: refs/heads/snap-stage3 c: ebd2d8d h: refs/heads/master i: 177757: 4b4f4ca 177755: 17996ff 177751: b1f73b0 177743: de04b56 177727: f131f99 v: v3
1 parent dd6cb28 commit 8f14cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 474b324eda10440d6568ef872a7307d38e7de95b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b8b52d61f3465546eeba9f69fe49b3d2945b1fbe
4+
refs/heads/snap-stage3: ebd2d8db76ca29a728ee31d6eb2c7a9e4900e74f
55
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libcollections/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pub trait SliceExt {
174174
fn slice(&self, start: uint, end: uint) -> &[Self::Item];
175175

176176
/// Deprecated: use `&s[start..]` notation instead.
177-
#[deprecated = "use &s[start..] isntead"]
177+
#[deprecated = "use &s[start..] instead"]
178178
fn slice_from(&self, start: uint) -> &[Self::Item];
179179

180180
/// Deprecated: use `&s[..end]` notation instead.

0 commit comments

Comments
 (0)