no need to clone that
This commit is contained in:
parent
f6ad64c910
commit
49d25968cb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ pub trait IntoAttributeValue {
|
|||
|
||||
impl IntoAttributeValue for String {
|
||||
fn into_attribute_value(self) -> Option<String> {
|
||||
Some(self.clone())
|
||||
Some(self)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue