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/0012_visibility.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/ok/0012_visibility.rs (limited to 'crates/ra_syntax/test_data/parser/ok/0012_visibility.rs') diff --git a/crates/ra_syntax/test_data/parser/ok/0012_visibility.rs b/crates/ra_syntax/test_data/parser/ok/0012_visibility.rs deleted file mode 100644 index 75b1db121..000000000 --- a/crates/ra_syntax/test_data/parser/ok/0012_visibility.rs +++ /dev/null @@ -1,5 +0,0 @@ -fn a() {} -pub fn b() {} -pub(crate) fn c() {} -pub(super) fn d() {} -pub(in foo::bar::baz) fn e() {} -- cgit v1.2.3