don't clone Layout

This commit is contained in:
Folkert 2021-03-22 14:08:48 +01:00
parent fa013e7d01
commit 55cb780249
18 changed files with 250 additions and 360 deletions

View file

@ -1950,7 +1950,7 @@ fn update<'a>(
};
for (layout, pend) in specs {
existing.insert(layout.clone(), pend.clone());
existing.insert(*layout, pend.clone());
}
}
}