Skip to content

Commit a1028d6

Browse files
committed
Fix linter warnings
1 parent 63ea8c9 commit a1028d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl From<Context<ErrorKind>> for Error {
4545
}
4646

4747
impl Fail for Error {
48-
fn cause(&self) -> Option<&Fail> {
48+
fn cause(&self) -> Option<&dyn Fail> {
4949
self.inner.cause()
5050
}
5151

0 commit comments

Comments
 (0)