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 22286a4 commit 8cfd190Copy full SHA for 8cfd190
src/error.rs
@@ -29,7 +29,7 @@ impl ::std::error::Error for Error {
29
}
30
31
32
- fn cause(&self) -> Option<&::std::error::Error> {
+ fn cause(&self) -> Option<&dyn (::std::error::Error)> {
33
match *self {
34
Error::Io(ref e) => Some(e),
35
_ => None,
0 commit comments