140 |
#[allow(clippy::map_identity)]
|
141 |
#[test]
|
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 {
|
76 |
#[allow(clippy::map_identity)]
|
77 |
fn serde_body<T, E>(&mut self, resp: &RespResult<T, E>)
|
183 |
#[allow(clippy::map_identity)]
|
184 |
#[test]
|
3 |
//
|
4 |
#![ allow( unreachable_code, clippy::map_identity ) ]
|