Skip to content

Commit e4d9e36

Browse files
committed
refactor(decompression-plz): clippy lint
1 parent e9546f1 commit e4d9e36

File tree

1 file changed

+1
-1
lines changed
  • decompression-plz/tests/test_cases/multi_compression/multi_header

1 file changed

+1
-1
lines changed

decompression-plz/tests/test_cases/multi_compression/multi_header/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ fn build_test_message_all_encodings_multi_header(
4848
TestMessage::build(
4949
headers.as_bytes().into(),
5050
Body::Raw(body.into()),
51-
extra.map(|x| BytesMut::from(x)),
51+
extra.map(BytesMut::from),
5252
)
5353
}

0 commit comments

Comments
 (0)