From a1c187eef3ba08076aedb5154929f7eda8d1b424 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 12 Aug 2020 18:26:51 +0200 Subject: Rename ra_syntax -> syntax --- crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs b/crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs deleted file mode 100644 index bf94f32e1..000000000 --- a/crates/ra_syntax/test_data/parser/inline/ok/0052_path_type.rs +++ /dev/null @@ -1,4 +0,0 @@ -type A = Foo; -type B = ::Foo; -type C = self::Foo; -type D = super::Foo; -- cgit v1.2.3