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,