Skip to content

Commit 1ad33f9

Browse files
committed
Auto merge of #17444 - abdullathedruid:patch-1, r=lnicola
minor: Update lib.rs Update of comment in api walkthrough
2 parents 6891225 + b8a5fc7 commit 1ad33f9

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/syntax/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/syntax/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ fn api_walkthrough() {
442442
assert!(expr_syntax.siblings_with_tokens(Direction::Next).any(|it| it.kind() == T!['}']));
443443
assert_eq!(
444444
expr_syntax.descendants_with_tokens().count(),
445-
8, // 5 tokens `1`, ` `, `+`, ` `, `!`
445+
8, // 5 tokens `1`, ` `, `+`, ` `, `1`
446446
// 2 child literal expressions: `1`, `1`
447447
// 1 the node itself: `1 + 1`
448448
);

0 commit comments

Comments
 (0)