From abc15f50674a8d2a47afd72a49893cf98fb7355f Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 10 Jan 2025 23:05:11 +0000 Subject: [PATCH] rustfmt Created using spr 1.3.6-beta.1 --- wicket/src/keymap.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wicket/src/keymap.rs b/wicket/src/keymap.rs index 9f99b71a42..3a994b6a6c 100644 --- a/wicket/src/keymap.rs +++ b/wicket/src/keymap.rs @@ -45,7 +45,6 @@ pub enum Cmd { // presses to something we can serialize/deserialize once we decide to use // it. // Raw(KeyEvent), - /// Display details for the given selection /// This can be used to do things like open a scrollable popup for a given /// `Control`.