Skip to content

Commit 3e90806

Browse files
rilliangraydon
authored andcommitted
---
yaml --- r: 874 b: refs/heads/master c: c038261 h: refs/heads/master v: v3
1 parent 62508d3 commit 3e90806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 446932b5bc1d95c556942a4f0b9c5a0325627108
2+
refs/heads/master: c0382617621b9728aa7e87b4b80928e33c4f338b

trunk/doc/rust.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3149,7 +3149,7 @@ fn read_file_lines(&str path) -> vec[str] @{
31493149
note path;
31503150
vec[str] r;
31513151
file f = open_read(path);
3152-
for each (str &s in lines(f)) @{
3152+
for each (&str s in lines(f)) @{
31533153
vec.append(r,s);
31543154
@}
31553155
ret r;

0 commit comments

Comments
 (0)