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

Commit 48c18a9

Browse files
debrisYamakaky
authored andcommitted
Update example_generated.rs (#233)
1 parent 92a54ba commit 48c18a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_generated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ error_chain! {
2929
Inner(inner::Error, inner::ErrorKind) #[doc = "Link to another `ErrorChain`."];
3030
}
3131
foreign_links {
32-
Io(::std::io::Error) #[doc = "Link to a `std::error::Error` type."];
32+
Io(::std::io::Error) #[doc = "Link to a `std::io::Error` type."];
3333
}
3434
errors {
3535
#[doc = "A custom error kind."]

0 commit comments

Comments
 (0)