From 759d32e8ac53b60e588c5ae802f660507299aab9 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Mon, 19 Feb 2024 20:45:08 -0800 Subject: [PATCH] remove repr c --- helix-term/src/commands/typed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index 413f9dc8c..a05087fae 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -35,7 +35,6 @@ impl TypableCommand { } #[derive(Clone)] -#[repr(C)] pub struct CommandSignature { // Arguments with specific completion methods based on their position. positional_args: &'static [Completer],