mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
added tidy check for -> ()
This commit is contained in:
parent
94c344a014
commit
b1faaa15dc
3 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue