From 1d7e5144ab0feb24629624d593b817a51b5aab8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Sun, 18 Apr 2021 22:38:25 +0200 Subject: tests/indent: improve Rust tests --- lua/tests/indent/rust/struct.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/tests/indent/rust/struct.rs (limited to 'lua/tests/indent/rust/struct.rs') diff --git a/lua/tests/indent/rust/struct.rs b/lua/tests/indent/rust/struct.rs new file mode 100644 index 00000000..f3828977 --- /dev/null +++ b/lua/tests/indent/rust/struct.rs @@ -0,0 +1,4 @@ +struct Foo { + x: u32, + y: u32, +} -- cgit v1.2.3