Fixed more clippy issues

This commit is contained in:
alessandrokonrad 2022-11-04 18:21:22 +01:00
parent 9a2c6753cd
commit af7ca87ffc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ fn sort_value(value: &Value) -> Value {
for m in ma.deref().iter().sorted() { for m in ma.deref().iter().sorted() {
ma_vec.push(( ma_vec.push((
m.0.clone(), m.0,
KeyValuePairs::Indef( KeyValuePairs::Indef(
m.1.deref().clone().into_iter().sorted().clone().collect(), m.1.deref().clone().into_iter().sorted().clone().collect(),
), ),