Skip to content

Commit b59f1fc

Browse files
author
Andrew Hobden
committed
---
yaml --- r: 195902 b: refs/heads/beta c: d4b5f65 h: refs/heads/master v: v3
1 parent 39b8a4d commit b59f1fc

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
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3030
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3131
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32-
refs/heads/beta: 1a5e73a82d6a3e27804ac2f37d1f7dca62ecfc02
32+
refs/heads/beta: d4b5f65afcf20befc554dabf2f8735e5d173b382
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3535
refs/heads/tmp: 9de34a84bb300bab1bf0227f577331620cd60511

branches/beta/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)