diff options
Diffstat (limited to 'mingling_core/src/comp.rs')
| -rw-r--r-- | mingling_core/src/comp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/comp.rs b/mingling_core/src/comp.rs index 7312a06..f2e50c8 100644 --- a/mingling_core/src/comp.rs +++ b/mingling_core/src/comp.rs @@ -183,7 +183,7 @@ impl CompletionHelper { let default = default_completion::<P>(ctx); match fallback { Suggest::FileCompletion => default, - _ => fallback.combine(default), + Suggest::Suggest(_) => fallback.combine(default), } } }, |
