no need to clone that

This commit is contained in:
lumi 2017-05-22 16:15:04 +02:00
parent f6ad64c910
commit 49d25968cb

View file

@ -90,7 +90,7 @@ pub trait IntoAttributeValue {
impl IntoAttributeValue for String { impl IntoAttributeValue for String {
fn into_attribute_value(self) -> Option<String> { fn into_attribute_value(self) -> Option<String> {
Some(self.clone()) Some(self)
} }
} }