diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-28 20:00:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-28 20:00:41 +0100 |
commit | 5a8124273dd663f7f1ed43b53defc4a2c52dbc12 (patch) | |
tree | c08df3e0cf61f1acecdefed66b88634988dc981a /crates/ra_syntax | |
parent | eb99c35b3da43020df074b91243f6b51d792d116 (diff) | |
parent | b10e437039c2d7e300f6be6b5de6446419a2d660 (diff) |
Merge #5560
5560: Fix nameref parsing r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast b/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast index b5bdf0aa9..271486605 100644 --- a/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast +++ b/crates/ra_syntax/test_data/parser/ok/0007_extern_crate.rast | |||
@@ -28,8 +28,7 @@ [email protected] | |||
28 | [email protected] " " | 28 | [email protected] " " |
29 | [email protected] "crate" | 29 | [email protected] "crate" |
30 | [email protected] " " | 30 | [email protected] " " |
31 | [email protected] | 31 | [email protected] "self" |
32 | [email protected] "self" | ||
33 | [email protected] " " | 32 | [email protected] " " |
34 | [email protected] | 33 | [email protected] |
35 | [email protected] "as" | 34 | [email protected] "as" |