Skip to content

Commit

Permalink
Merge pull request #120 from JohnTitor/allow-deprecation
Browse files Browse the repository at this point in the history
Closes #94
  • Loading branch information
JohnTitor committed Nov 7, 2022
2 parents d533867 + 27b1160 commit f6fe5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -293,6 +293,7 @@ impl GlobError {
}

impl Error for GlobError {
#[allow(deprecated)]
fn description(&self) -> &str {
self.error.description()
}
Expand Down

0 comments on commit f6fe5c6

Please sign in to comment.