We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dcb646 + 07969f3 commit 407cd83Copy full SHA for 407cd83
tests/message.rs
@@ -29,7 +29,7 @@ quickcheck! {
29
}
30
31
fn msg_vec_roundtrip(input: Vec<u8>) -> bool {
32
- let original = Message::from(&input.clone());
+ let original = Message::from(&input);
33
Message::from(input) == original
34
35
0 commit comments