Skip to content

Commit 170f365

Browse files
committed
chore: remove redundant comment
1 parent 1a057b7 commit 170f365

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/util/declarations.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ fn is_defined_variable_in_expression(
218218
&& (var_end_col < position.character as usize || var_end_row < position.line as usize)
219219
}
220220

221-
/// Port of TypeScript `findDeclarationUsingGlobalSemantics`.
222-
///
223221
/// Searches `base_node` (a program root or subshell) for the first declaration
224222
/// of `word`. `boundary` is updated when a local declaration is found (to stop
225223
/// searching past it). Returns `(declaration_range, continue_searching)`.

0 commit comments

Comments
 (0)