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/0100_for_expr.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0100_for_expr.rs (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0100_for_expr.rs') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0100_for_expr.rs b/crates/ra_syntax/test_data/parser/inline/ok/0100_for_expr.rs deleted file mode 100644 index 972197d2a..000000000 --- a/crates/ra_syntax/test_data/parser/inline/ok/0100_for_expr.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn foo() { - for x in [] {}; -} -- cgit v1.2.3