diff options
| author | Jonas Maier <> | 2026-03-17 15:23:43 +0100 |
|---|---|---|
| committer | Jonas Maier <> | 2026-03-17 15:23:43 +0100 |
| commit | 965196972fa27237b6cb97209c915381a95a5bef (patch) | |
| tree | 225e1258bbd3ce961fc40390799666ffe51bbb9d /src/parse | |
| parent | 7b5a112d000bb21fd81569617353daa0c911d084 (diff) | |
| download | pish-965196972fa27237b6cb97209c915381a95a5bef.tar.gz | |
builtin to determine what completion would do
Diffstat (limited to 'src/parse')
| -rw-r--r-- | src/parse/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs index eda89f1..e085f34 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs @@ -797,6 +797,7 @@ pub fn do_parse(x: &[u8]) -> Res<Ast<PreExpansion>, (ParseError, &[u8])> { } } +#[derive(Debug)] pub enum CompletionKind { Command, Argument, |
