aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2018-12-30 17:38:44 +0000
committerFlorian Diebold <[email protected]>2019-01-04 18:15:15 +0000
commitbb029cd29b8496e69ca625fabc3612e4c1fe9142 (patch)
tree013656405418484f1a397ebe1852e392dca8b003 /crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt
parent0ad13b9477fc6b15cbfbd521a79ea97bc0e79953 (diff)
Rename traits::impl_item -> impl_block as well, as well as the tests
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt
deleted file mode 100644
index a2c218aa9..000000000
--- a/crates/ra_syntax/tests/data/parser/inline/ok/0079_impl_item.txt
+++ /dev/null
@@ -1,14 +0,0 @@
1SOURCE_FILE@[0; 12)
2 IMPL_BLOCK@[0; 11)
3 IMPL_KW@[0; 4)
4 WHITESPACE@[4; 5)
5 PATH_TYPE@[5; 8)
6 PATH@[5; 8)
7 PATH_SEGMENT@[5; 8)
8 NAME_REF@[5; 8)
9 IDENT@[5; 8) "Foo"
10 WHITESPACE@[8; 9)
11 ITEM_LIST@[9; 11)
12 L_CURLY@[9; 10)
13 R_CURLY@[10; 11)
14 WHITESPACE@[11; 12)