diff options
Diffstat (limited to 'lua/tests/indent/rust/cond.rs')
| -rw-r--r-- | lua/tests/indent/rust/cond.rs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lua/tests/indent/rust/cond.rs b/lua/tests/indent/rust/cond.rs deleted file mode 100644 index eb96a48f7..000000000 --- a/lua/tests/indent/rust/cond.rs +++ /dev/null @@ -1,17 +0,0 @@ -fn foo(mut x: i32) -> i32 { - if x > 10 { - return 10; - } else if x == 10 { - return 9; - } else { - x += 10; - } - - if x < 0 { - if x == -1 { - return 0; - } - } - - 0 -} |
