Skip to content

Commit 7dc9437

Browse files
committed
---
yaml --- r: 137584 b: refs/heads/master c: ba4081a h: refs/heads/master v: v3
1 parent 6694660 commit 7dc9437

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2288f332301b9e22db2890df256322650a7f3445
2+
refs/heads/master: ba4081a5a8573875fed17545846f6f6902c8ba8d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: cd53dac86b43e0b46f06ab265b71526242a2fc5e

trunk/RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Version 0.12.0 (October 2014)
88
* The introductory documentation (now called The Rust Guide) has
99
been completely rewritten, as have a number of supplementary
1010
guides.
11-
* Rust's package manager, Cargo, continues to improve and is,
12-
reportedly, 'awesome'.
11+
* Rust's package manager, Cargo, continues to improve and is
12+
sometimes considered to be quite awesome.
1313
* Many API's in `std` have been reviewed and updated for
1414
consistency with the in-development Rust coding
1515
guidelines. The standard library documentation tracks
@@ -33,7 +33,7 @@ Version 0.12.0 (October 2014)
3333
impossible with the existing syntax.
3434
* A new slicing syntax (e.g. `[0..4]`) has been introduced behind
3535
the 'slicing_syntax' feature gate, and can be overloaded with
36-
the `AsSlice` or `AsSliceMut` traits.
36+
the `Slice` or `SliceMut` traits.
3737
* The syntax for matching of sub-slices has been changed to use a
3838
postfix `..` instead of prefix (.e.g. `[a, b, c..]`), for
3939
consistency with other uses of `..` and to future-proof

0 commit comments

Comments
 (0)