remove repr c

pull/8675/merge^2
mattwparas 2024-02-19 20:45:08 -08:00
parent fd4c689369
commit 759d32e8ac
1 changed files with 0 additions and 1 deletions

View File

@ -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],