Skip to content

Commit b8a5fc7

Browse files
Update lib.rs
1 parent 6891225 commit b8a5fc7

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)