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 63ea8c9 commit a1028d6Copy full SHA for a1028d6
src/error.rs
@@ -45,7 +45,7 @@ impl From<Context<ErrorKind>> for Error {
45
}
46
47
impl Fail for Error {
48
- fn cause(&self) -> Option<&Fail> {
+ fn cause(&self) -> Option<&dyn Fail> {
49
self.inner.cause()
50
51
0 commit comments