aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/rust/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/rust/string.rs')
-rw-r--r--lua/tests/indent/rust/string.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/tests/indent/rust/string.rs b/lua/tests/indent/rust/string.rs
deleted file mode 100644
index 4d60663dd..000000000
--- a/lua/tests/indent/rust/string.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-fn foo() {
- let a = "hello
-world";
-
- let b = "hello\
- world";
-
- let c = r#"
- hello
- world
- "#;
-}