aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/impl.rs')
-rw-r--r--lua/tests/indent/rust/impl.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/tests/indent/rust/impl.rs b/lua/tests/indent/rust/impl.rs
deleted file mode 100644
index 2525c2e5b..000000000
--- a/lua/tests/indent/rust/impl.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-struct Foo;
-
-impl Foo {
- fn foo() -> i32 {
- 1
- }
-}