From 0a9e3ccc262fbcbd4cdaab30384f8cb71584544b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 Jul 2020 16:49:13 +0200 Subject: Rename FieldDef -> Field --- crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast') diff --git a/crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast b/crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast index 1c5545b6d..9c2ea3754 100644 --- a/crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast +++ b/crates/ra_syntax/test_data/parser/ok/0043_complex_assignment.rast @@ -7,10 +7,10 @@ SOURCE_FILE@0..160 NAME@69..73 IDENT@69..73 "Repr" WHITESPACE@73..74 " " - RECORD_FIELD_DEF_LIST@74..90 + RECORD_FIELD_LIST@74..90 L_CURLY@74..75 "{" WHITESPACE@75..76 " " - RECORD_FIELD_DEF@76..88 + RECORD_FIELD@76..88 NAME@76..79 IDENT@76..79 "raw" COLON@79..80 ":" -- cgit v1.2.3