Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/parser/inline/ok/0067_crate_path.txt')
-rw-r--r--crates/parser/test_data/parser/inline/ok/0067_crate_path.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/crates/parser/test_data/parser/inline/ok/0067_crate_path.txt b/crates/parser/test_data/parser/inline/ok/0067_crate_path.txt
deleted file mode 100644
index f71367ae1e..0000000000
--- a/crates/parser/test_data/parser/inline/ok/0067_crate_path.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-SOURCE_FILE
- USE
- USE_KW "use"
- WHITESPACE " "
- USE_TREE
- PATH
- PATH
- PATH_SEGMENT
- NAME_REF
- CRATE_KW "crate"
- COLON2 "::"
- PATH_SEGMENT
- NAME_REF
- IDENT "foo"
- SEMICOLON ";"
- WHITESPACE "\n"