aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/struct.rs')
-rw-r--r--lua/tests/indent/rust/struct.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/tests/indent/rust/struct.rs b/lua/tests/indent/rust/struct.rs
deleted file mode 100644
index f3828977f..000000000
--- a/lua/tests/indent/rust/struct.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-struct Foo {
- x: u32,
- y: u32,
-}