Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Update the documentation of foreign io link in example_generated.rs #233

Merged
merged 1 commit into from
Oct 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/example_generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ error_chain! {
Inner(inner::Error, inner::ErrorKind) #[doc = "Link to another `ErrorChain`."];
}
foreign_links {
Io(::std::io::Error) #[doc = "Link to a `std::error::Error` type."];
Io(::std::io::Error) #[doc = "Link to a `std::io::Error` type."];
}
errors {
#[doc = "A custom error kind."]
Expand Down