diff --git a/src/lib.rs b/src/lib.rs index d9f2762..8335d50 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -298,6 +298,7 @@ impl Error for GlobError { self.error.description() } + #[allow(unknown_lints, bare_trait_objects)] fn cause(&self) -> Option<&Error> { Some(&self.error) }