Skip to content

Commit

Permalink
Merge pull request #77 from jasonwhite/jasonwhite/fix-nightly-build
Browse files Browse the repository at this point in the history
Fix nightly build
  • Loading branch information
Stebalien committed Dec 28, 2018
2 parents 7c099e9 + 28a7fed commit 3d7ca36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ impl error::Error for PathError {
fn description(&self) -> &str {
self.err.description()
}


#[allow(deprecated)]
fn cause(&self) -> Option<&error::Error> {
self.err.cause()
}
Expand Down

0 comments on commit 3d7ca36

Please sign in to comment.