Skip to content

Commit

Permalink
Implement std::error::Error trait for Error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaiser committed Jun 21, 2022
1 parent 3de8c37 commit c800aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvfbc/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ impl fmt::Display for Error {
Ok(())
}
}

impl std::error::Error for Error {}

0 comments on commit c800aa5

Please sign in to comment.