diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-04-18 22:38:25 +0200 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-04-23 21:21:38 +0200 |
| commit | 1d7e5144ab0feb24629624d593b817a51b5aab8d (patch) | |
| tree | d4eea1129213572e1c9fcc0c75849a46058da193 /lua/tests/indent/rust/basic.rs | |
| parent | 69dda8c09db1ad1e4660c3d383faab48ba1792ab (diff) | |
tests/indent: improve Rust tests
Diffstat (limited to 'lua/tests/indent/rust/basic.rs')
| -rw-r--r-- | lua/tests/indent/rust/basic.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/tests/indent/rust/basic.rs b/lua/tests/indent/rust/basic.rs deleted file mode 100644 index 54d38cf6..00000000 --- a/lua/tests/indent/rust/basic.rs +++ /dev/null @@ -1,7 +0,0 @@ -fn foo(x: i32) { - if (x > 10) { - return 10; - } else { - return x; - } -} |
