Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/term_search.rs')
-rw-r--r--crates/hir/src/term_search.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/term_search.rs b/crates/hir/src/term_search.rs
index 00c3e4e31b..5c5ddae19e 100644
--- a/crates/hir/src/term_search.rs
+++ b/crates/hir/src/term_search.rs
@@ -269,7 +269,7 @@ pub struct TermSearchConfig {
pub enable_borrowcheck: bool,
/// Indicate when to squash multiple trees to `Many` as there are too many to keep track
pub many_alternatives_threshold: usize,
- /// Fuel for term search
+ /// Fuel for term search in "units of work"
pub fuel: u64,
}