Skip to content

Commit 07d1c5d

Browse files
committed
---
yaml --- r: 118092 b: refs/heads/try c: 60a43f9 h: refs/heads/master v: v3
1 parent ad71e23 commit 07d1c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5-
refs/heads/try: bb96ee6123082908dba86cb22344f0c23915bf06
5+
refs/heads/try: 60a43f9bc5d24b47aae9681fc7ef47d517329e59
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ config.stamp
8484
.DS_Store
8585
src/etc/dl
8686
.settings/
87-
build/
87+
/build
8888
i686-pc-mingw32/
8989
src/librustc/lib/llvmdeps.rs
9090
*.pot

branches/try/src/doc/guide-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ underlying iterators are.
396396

397397
~~~
398398
let xs = [1, 2, 3, 4, 5];
399-
let ys = ~[7, 9, 11];
399+
let ys = [7, 9, 11];
400400
let mut it = xs.iter().chain(ys.iter());
401401
println!("{}", it.idx(0)); // prints `Some(1)`
402402
println!("{}", it.idx(5)); // prints `Some(7)`

0 commit comments

Comments
 (0)