From eee4bf2156a75b5d28bec99069c606dde04a275c Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Wed, 11 Sep 2024 15:55:15 +0200 Subject: [PATCH] wip: clippy --- examples/vello_editor/src/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vello_editor/src/text.rs b/examples/vello_editor/src/text.rs index 811c521f..6a1b1c82 100644 --- a/examples/vello_editor/src/text.rs +++ b/examples/vello_editor/src/text.rs @@ -406,7 +406,7 @@ impl Editor { &self.layout, preedit_start, Affinity::Downstream, - ) + ); } self.set_ime_cursor_area(window);