diff options
Diffstat (limited to 'lua/tests/indent/rust/trait.rs')
| -rw-r--r-- | lua/tests/indent/rust/trait.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/tests/indent/rust/trait.rs b/lua/tests/indent/rust/trait.rs new file mode 100644 index 000000000..fb5fc7ea8 --- /dev/null +++ b/lua/tests/indent/rust/trait.rs @@ -0,0 +1,11 @@ +struct Foo; + +trait Bar { + fn bar(); +} + +impl Bar for Foo { + fn bar() { + + } +} |
