mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
add tidy test for 'missing space after :' in stucts
This commit is contained in:
parent
a85db48623
commit
fa4665e2a7
3 changed files with 9 additions and 2 deletions
|
@ -29,6 +29,10 @@ impl test {
|
|||
2 => 1,
|
||||
};
|
||||
let z = &Vec<T>;
|
||||
struct Member {
|
||||
member_name:"Foo"
|
||||
member_id:5
|
||||
}
|
||||
}
|
||||
|
||||
fn test_fun2(y : &String, z : &Vec<f32>) -> f32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue