Add and fix some lints

This commit is contained in:
Joscha 2022-12-11 20:44:06 +01:00
parent 06aefd562b
commit 8942b381f5
3 changed files with 13 additions and 2 deletions

View file

@ -195,7 +195,7 @@ impl StackFrame {
.drawable_area
.and_then(|(da_pos, da_size)| Self::intersect_areas(da_pos, da_size, pos, size));
StackFrame {
Self {
pos,
size,
drawable_area,