aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/func.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/func.rs')
-rw-r--r--lua/tests/indent/rust/func.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/tests/indent/rust/func.rs b/lua/tests/indent/rust/func.rs
deleted file mode 100644
index 4c9d40b26..000000000
--- a/lua/tests/indent/rust/func.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-fn foo() -> i32 {
- 1
-}
-
-fn foo(
- x: i32,
- y: i32
-) -> i32 {
- x + y
-}