diff options
Diffstat (limited to 'crates/syntax/src/ast')
-rw-r--r-- | crates/syntax/src/ast/make.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/src/ast/make.rs b/crates/syntax/src/ast/make.rs index 222b7e212..42da09606 100644 --- a/crates/syntax/src/ast/make.rs +++ b/crates/syntax/src/ast/make.rs | |||
@@ -632,6 +632,7 @@ pub mod tokens { | |||
632 | SOURCE_FILE | 632 | SOURCE_FILE |
633 | .tree() | 633 | .tree() |
634 | .syntax() | 634 | .syntax() |
635 | .clone_for_update() | ||
635 | .descendants_with_tokens() | 636 | .descendants_with_tokens() |
636 | .filter_map(|it| it.into_token()) | 637 | .filter_map(|it| it.into_token()) |
637 | .find(|it| it.kind() == WHITESPACE && it.text() == "\n\n") | 638 | .find(|it| it.kind() == WHITESPACE && it.text() == "\n\n") |