• essrpc 0.4.1/src/lib.rs
    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 {
  • xi-core-lib 0.3.0/src/lib.rs
    22
        clippy::map_entry,
    23
        clippy::match_as_ref,
    24
        clippy::match_bool,