diff options
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, |
