Skip to content

Commit ce3fb52

Browse files
committed
More precise comment
1 parent 0f795c1 commit ce3fb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/lsp/symbols.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ fn collect_function_parameters(
545545
contents,
546546
symbols,
547547
|_ctx, _child, _contents, _symbols| {
548-
// Only collect sections
548+
// We only collect sections and don't recurse inside parameters
549549
return Ok(());
550550
},
551551
)

0 commit comments

Comments
 (0)