Add and fix some lints
This commit is contained in:
parent
06aefd562b
commit
8942b381f5
3 changed files with 13 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue