added tidy check for -> ()

This commit is contained in:
lucantrop 2017-03-13 13:13:46 +01:00
parent 94c344a014
commit b1faaa15dc
3 changed files with 4 additions and 1 deletions

View file

@ -38,7 +38,7 @@ impl test {
}
}
fn test_fun2(y : &String, z : &Vec<f32>, r: &Root<isize>) -> f32 {
fn test_fun2(y : &String, z : &Vec<f32>, r: &Root<isize>) -> () {
let x = true;
x
&& x;