aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/mod.rs')
-rw-r--r--lua/tests/indent/rust/mod.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/tests/indent/rust/mod.rs b/lua/tests/indent/rust/mod.rs
deleted file mode 100644
index cc7f2c8e6..000000000
--- a/lua/tests/indent/rust/mod.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-mod foo {
- const X: i32 = 1;
-
- mod bar {
-
- const Y: i32 = 1;
- }
-}