Address Clippy lints
This commit is contained in:
parent
e053e25d2c
commit
15f794b7a8
43 changed files with 147 additions and 172 deletions
|
|
@ -202,7 +202,7 @@ impl<'a> Layer<'a> {
|
|||
Self::process_primitive(
|
||||
layers,
|
||||
translation + *new_translation,
|
||||
&content,
|
||||
content,
|
||||
current_layer,
|
||||
);
|
||||
}
|
||||
|
|
@ -210,7 +210,7 @@ impl<'a> Layer<'a> {
|
|||
Self::process_primitive(
|
||||
layers,
|
||||
translation,
|
||||
&cache,
|
||||
cache,
|
||||
current_layer,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue