318 |
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
|
319 |
#[allow(clippy::match_as_ref)] // clippy's suggestion doesn't compile
|
320 |
match self.cause {
|
22 |
clippy::map_entry,
|
23 |
clippy::match_as_ref,
|
24 |
clippy::match_bool,
|