From 63a88c873f3643aad9208488765dc53618edd40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Thu, 22 Apr 2021 20:53:30 +0200 Subject: move all tests to top-level tests/ directory --- lua/tests/indent/rust/impl.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lua/tests/indent/rust/impl.rs (limited to 'lua/tests/indent/rust/impl.rs') diff --git a/lua/tests/indent/rust/impl.rs b/lua/tests/indent/rust/impl.rs deleted file mode 100644 index 2525c2e5..00000000 --- a/lua/tests/indent/rust/impl.rs +++ /dev/null @@ -1,7 +0,0 @@ -struct Foo; - -impl Foo { - fn foo() -> i32 { - 1 - } -} -- cgit v1.2.3