Skip to content

Commit 5b9d431

Browse files
committed
---
yaml --- r: 162789 b: refs/heads/try c: 298b525 h: refs/heads/master i: 162787: 580c8f9 v: v3
1 parent f21a30f commit 5b9d431

File tree

2 files changed

+3
-3
lines changed

2 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: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cafe2966770ff377aad6dd9fd808e68055587c58
5-
refs/heads/try: 0d24780793f798ad9b2b17695f1079719d3b9854
5+
refs/heads/try: 298b525951ea4ce7a78364e835f45a549b7f865e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/libcore/result.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,9 @@ impl<T, E> Result<T, E> {
444444
/// ignoring I/O and parse errors:
445445
///
446446
/// ```
447-
/// use std::io::{BufReader, IoResult};
447+
/// use std::io::IoResult;
448448
///
449-
/// let mut buffer = "1\n2\n3\n4\n";
449+
/// let mut buffer = &mut b"1\n2\n3\n4\n";
450450
///
451451
/// let mut sum = 0;
452452
///

0 commit comments

Comments
 (0)