Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0152_impl.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0152_impl.rast | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0152_impl.rast b/crates/syntax/test_data/parser/inline/ok/0152_impl.rast deleted file mode 100644 index 7968cf9ffa..0000000000 --- a/crates/syntax/test_data/parser/inline/ok/0152_impl.rast +++ /dev/null @@ -1,22 +0,0 @@ - [email protected] "impl" - [email protected] " " - [email protected] "T" - [email protected] " " - [email protected] "for" - [email protected] " " - [email protected] "S" - [email protected] " " - [email protected] "{" - [email protected] "}" - [email protected] "\n" |