mirror of https://github.com/helix-editor/helix
remove repr c
parent
fd4c689369
commit
759d32e8ac
|
@ -35,7 +35,6 @@ impl TypableCommand {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
#[repr(C)]
|
|
||||||
pub struct CommandSignature {
|
pub struct CommandSignature {
|
||||||
// Arguments with specific completion methods based on their position.
|
// Arguments with specific completion methods based on their position.
|
||||||
positional_args: &'static [Completer],
|
positional_args: &'static [Completer],
|
||||||
|
|
Loading…
Reference in New Issue