aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/comment.rs')
-rw-r--r--lua/tests/indent/rust/comment.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/tests/indent/rust/comment.rs b/lua/tests/indent/rust/comment.rs
deleted file mode 100644
index 334793dfa..000000000
--- a/lua/tests/indent/rust/comment.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-/// Function foo
-///
-/// Description of
-/// function foo.
-fn foo(x: i32, y: i32) -> i32 {
- x + y
-}