aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/src/render
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-24 17:18:01 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-24 17:18:11 +0100
commit696dbdd2238e919bffa756fff1f02ace90a81ecb (patch)
tree305e03ce4fea3c3ee151c7560414b0e2625264ba /pixel-client/src/render
parent95d14ada0c98fb8f2285fd0003000b5a517f9267 (diff)
downloadhurrycurry-696dbdd2238e919bffa756fff1f02ace90a81ecb.tar
hurrycurry-696dbdd2238e919bffa756fff1f02ace90a81ecb.tar.bz2
hurrycurry-696dbdd2238e919bffa756fff1f02ace90a81ecb.tar.zst
Manual clippy
Diffstat (limited to 'pixel-client/src/render')
-rw-r--r--pixel-client/src/render/font.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/render/font.rs b/pixel-client/src/render/font.rs
index 54c760f1..96347d25 100644
--- a/pixel-client/src/render/font.rs
+++ b/pixel-client/src/render/font.rs
@@ -40,7 +40,7 @@ impl FontTextures {
}
}
-impl<'a> Renderer<'a> {
+impl Renderer<'_> {
pub fn draw_text(
&mut self,
position: Vec2,