mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
janitor: Remove some unnecessary references
These are immediently dereferenced by the compiler according to clippy. Remove some now unnecessary muts to make things build again.
This commit is contained in:
parent
e99c1afa4b
commit
3e448f75eb
17 changed files with 57 additions and 68 deletions
|
@ -759,7 +759,7 @@ impl ItemRenderer for GLItemRenderer {
|
|||
cache.borrow_mut().font(
|
||||
self.graphics_window.default_font_properties(),
|
||||
self.scale_factor,
|
||||
&string,
|
||||
string,
|
||||
)
|
||||
});
|
||||
let paint = font.init_paint(0.0, femtovg::Paint::color(to_femtovg_color(&color)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue