File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 14192d6df5cc714e5c9a3ca70b08f2514d977be2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 1a5e73a82d6a3e27804ac2f37d1f7dca62ecfc02
4
+ refs/heads/snap-stage3: d4b5f65afcf20befc554dabf2f8735e5d173b382
5
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 53
53
//! use std::{io, str};
54
54
//! use std::fs::File;
55
55
//!
56
- //! enum MyError { Io(io::Error), Utf8(str::Utf8Error), }
56
+ //! enum MyError {
57
+ //! Io(io::Error),
58
+ //! Utf8(str::Utf8Error),
59
+ //! }
57
60
//!
58
61
//! impl FromError<io::Error> for MyError {
59
62
//! fn from_error(err: io::Error) -> MyError { MyError::Io(err) }
You can’t perform that action at this time.
0 commit comments