From fe6c4115f6c8bb5b5f276bafcbd9cc3fc1d504d1 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Wed, 26 Dec 2018 21:24:49 +0100 Subject: Rename ImplItem to ImplBlock rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. --- crates/ra_syntax/tests/data/parser/ok/0037_mod.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ra_syntax/tests/data/parser/ok/0037_mod.txt') diff --git a/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt b/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt index e11c4a06d..f8a20ac53 100644 --- a/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt +++ b/crates/ra_syntax/tests/data/parser/ok/0037_mod.txt @@ -14,4 +14,3 @@ SOURCE_FILE@[0; 93) ITEM_LIST@[91; 93) L_CURLY@[91; 92) R_CURLY@[92; 93) - -- cgit v1.2.3