Skip to content

Commit c8f8d6a

Browse files
Apply suggestions from code review
1 parent 64b19a3 commit c8f8d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pgls_treesitter/src/context/ancestors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl ScopeTracker {
3030

3131
self.scopes
3232
.last_mut()
33-
.unwrap_or_else(|| panic!("No top-level grammar-rule found. Please create an issue with the entire Postgres file, noting where you've hovered."))
33+
.unwrap_or_else(|| panic!("No top-level grammar-rule found. Please create an issue with the entire Postgres file, noting cursor/hover position."))
3434
.ancestors
3535
.register(node, position);
3636
}

0 commit comments

Comments
 (0)