Skip to content

Commit 484d6f3

Browse files
author
Andrew Hobden
committed
---
yaml --- r: 195426 b: refs/heads/master c: d4b5f65 h: refs/heads/master v: v3
1 parent 2f14db3 commit 484d6f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 1a5e73a82d6a3e27804ac2f37d1f7dca62ecfc02
2+
refs/heads/master: d4b5f65afcf20befc554dabf2f8735e5d173b382
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
55
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf

trunk/src/libcore/error.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
//! use std::{io, str};
5454
//! use std::fs::File;
5555
//!
56-
//! enum MyError { Io(io::Error), Utf8(str::Utf8Error), }
56+
//! enum MyError {
57+
//! Io(io::Error),
58+
//! Utf8(str::Utf8Error),
59+
//! }
5760
//!
5861
//! impl FromError<io::Error> for MyError {
5962
//! fn from_error(err: io::Error) -> MyError { MyError::Io(err) }

0 commit comments

Comments
 (0)