Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0181_use_item.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0181_use_item.rast | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0181_use_item.rast b/crates/syntax/test_data/parser/inline/ok/0181_use_item.rast new file mode 100644 index 0000000000..3952fcf09e --- /dev/null +++ b/crates/syntax/test_data/parser/inline/ok/0181_use_item.rast @@ -0,0 +1,16 @@ + [email protected] "use" + [email protected] " " + [email protected] "std" + [email protected] "::" + [email protected] "collections" + [email protected] ";" + [email protected] "\n" |