]> git.lizzy.rs Git - rust.git/commit
auto merge of #10856 : klutzy/rust/buf-reader-lines, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 11 Dec 2013 11:21:23 +0000 (03:21 -0800)
committerbors <bors@rust-lang.org>
Wed, 11 Dec 2013 11:21:23 +0000 (03:21 -0800)
commit5c2f8aa330575f001a7d15b8ccd335aaa337bf8b
tree265f00279b29ae439187121899cdb8f8a3aa5883
parentfff03a5fc74f8e9430cc330907122ccd3782866d
parent5a93d12e01c8275674bcdb6f3f765a7bdcf08779
auto merge of #10856 : klutzy/rust/buf-reader-lines, r=alexcrichton

The `.lines()` method creates an iterator which yields line with trailing '
'.
(So it is slightly different to `StrSlice.lines()`; I don't know if it's worth to synchronize them.)