From 5ac26cc641d543b892e43cc100c01c322e1171bb Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 16 Apr 2020 01:28:35 +0200 Subject: [PATCH] Fix redundant clone --- src/r0/contact/get_contacts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r0/contact/get_contacts.rs b/src/r0/contact/get_contacts.rs index d9fbf68e..63b31303 100644 --- a/src/r0/contact/get_contacts.rs +++ b/src/r0/contact/get_contacts.rs @@ -71,7 +71,7 @@ mod tests { assert_eq!( to_json_value(third_party_id.clone()).unwrap(), - third_party_id_serialized.clone() + third_party_id_serialized ); assert_eq!( third_party_id,