Skip to content

Commit 9e74294

Browse files
Update crates/pgt_treesitter/src/context/mod.rs
1 parent a1ef461 commit 9e74294

File tree

1 file changed

+0
-2
lines changed
  • crates/pgt_treesitter/src/context

1 file changed

+0
-2
lines changed

crates/pgt_treesitter/src/context/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,6 @@ mod tests {
12191219

12201220
#[test]
12211221
fn does_not_overflow_callstack_on_smaller_treesitter_child() {
1222-
// Instead of autocompleting "FROM", we'll assume that the user
1223-
// is selecting a certain column name, such as `frozen_account`.
12241222
let query = format!(
12251223
r#"select * from persons where id = @i{}d;"#,
12261224
QueryWithCursorPosition::cursor_marker()

0 commit comments

Comments
 (0)