aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs b/crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs
deleted file mode 100644
index 381cba1e2..000000000
--- a/crates/ra_syntax/test_data/parser/inline/ok/0002_use_tree_list.rs
+++ /dev/null
@@ -1,4 +0,0 @@
1use {crate::path::from::root, or::path::from::crate_name}; // Rust 2018 (with a crate named `or`)
2use {path::from::root}; // Rust 2015
3use ::{some::arbritrary::path}; // Rust 2015
4use ::{{{root::export}}}; // Nonsensical but perfectly legal nesting