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/ok/0016_struct_flavors.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/ok/0016_struct_flavors.rs (limited to 'crates/ra_syntax/test_data/parser/ok/0016_struct_flavors.rs') diff --git a/crates/ra_syntax/test_data/parser/ok/0016_struct_flavors.rs b/crates/ra_syntax/test_data/parser/ok/0016_struct_flavors.rs deleted file mode 100644 index 69638350c..000000000 --- a/crates/ra_syntax/test_data/parser/ok/0016_struct_flavors.rs +++ /dev/null @@ -1,10 +0,0 @@ -struct A; -struct B {} -struct C(); - -struct D { - a: u32, - pub b: u32 -} - -struct E(pub x, y,); -- cgit v1.2.3