• au 0.10.0/src/iterator/mod.rs
    140
        #[allow(clippy::map_identity)]
    141
        #[test]
  • imxrt-usbd 0.2.0/src/bus.rs
    345
                // Keep map_err if warn! is compiled out.
    346
                #[allow(clippy::map_identity)]
    347
                let written = if ep_addr.index() == 0 {
    372
                // Keep map_err if warn! is compiled out.
    373
                #[allow(clippy::map_identity)]
    374
                let read = if ep_addr.index() == 0 {
  • resp-result 0.6.0/src/resp_result/to_response/mod.rs
    76
        #[allow(clippy::map_identity)]
    77
        fn serde_body<T, E>(&mut self, resp: &RespResult<T, E>)
  • zip-fill 1.0.0/src/lib.rs
    183
        #[allow(clippy::map_identity)]
    184
        #[test]
  • async_nursery 0.5.0/examples/type_bound.rs
    3
    //
    4
    #![ allow( unreachable_code, clippy::map_identity ) ]