We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a54ba commit 48c18a9Copy full SHA for 48c18a9
src/example_generated.rs
@@ -29,7 +29,7 @@ error_chain! {
29
Inner(inner::Error, inner::ErrorKind) #[doc = "Link to another `ErrorChain`."];
30
}
31
foreign_links {
32
- Io(::std::io::Error) #[doc = "Link to a `std::error::Error` type."];
+ Io(::std::io::Error) #[doc = "Link to a `std::io::Error` type."];
33
34
errors {
35
#[doc = "A custom error kind."]
0 commit comments