From 88be9f9191d7bc975dad5a71323c17bc74b0e3e9 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Mon, 19 Feb 2024 20:45:39 -0800 Subject: [PATCH] another rogue repr c --- helix-term/src/ui/prompt.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/ui/prompt.rs b/helix-term/src/ui/prompt.rs index 478d16bca..702a6e671 100644 --- a/helix-term/src/ui/prompt.rs +++ b/helix-term/src/ui/prompt.rs @@ -38,7 +38,6 @@ pub struct Prompt { } #[derive(Clone, Copy, PartialEq, Eq)] -#[repr(C)] pub enum PromptEvent { /// The prompt input has been updated. Update,