diff options
Diffstat (limited to 'lua/tests/indent/rust/struct.rs')
| -rw-r--r-- | lua/tests/indent/rust/struct.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/tests/indent/rust/struct.rs b/lua/tests/indent/rust/struct.rs new file mode 100644 index 000000000..f3828977f --- /dev/null +++ b/lua/tests/indent/rust/struct.rs @@ -0,0 +1,4 @@ +struct Foo { + x: u32, + y: u32, +} |
