Remove unused tests

This commit is contained in:
topecongiro 2018-02-23 16:10:47 +09:00
parent 94188f5a28
commit e2e653bc8f
2 changed files with 0 additions and 14 deletions

View file

@ -1,5 +0,0 @@
// rustfmt-indent_style: Visual
fn test() {
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
}

View file

@ -1,9 +0,0 @@
// rustfmt-indent_style: Visual
fn test() {
let x = my_long_function().my_even_longer_function()
.my_nested_function()
.some_random_name()
.another_function()
.do_it();
}