Make term search fuel configurable

This commit is contained in:
Tavo Annus 2024-05-08 18:03:38 +03:00
parent 9e1adc76e5
commit ab18604309
16 changed files with 56 additions and 9 deletions

View file

@ -354,7 +354,6 @@ pub(crate) fn complete_expr(acc: &mut Completions, ctx: &CompletionContext<'_>)
enable_borrowcheck: false,
many_alternatives_threshold: 1,
fuel: 200,
..Default::default()
},
};
let exprs = hir::term_search::term_search(&term_search_ctx);