aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs')
-rw-r--r--crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs b/crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs
deleted file mode 100644
index 1e71b7a6c..000000000
--- a/crates/ra_syntax/tests/data/parser/ok/0010_use_path_segments.rs
+++ /dev/null
@@ -1,2 +0,0 @@
1use ::foo::bar::baz;
2use foo::bar::baz;