mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
9a8cee2800
commit
5aeab7adb1
17 changed files with 70 additions and 53 deletions
|
@ -70,9 +70,9 @@ pub fn propagate_clauses_to_output_type(
|
|||
for bound in extra_bounds {
|
||||
let ty = bound.bounded_ty;
|
||||
let bounds = bound.bounds;
|
||||
where_clause.predicates.push(
|
||||
parse_quote!(<#ty as #trait_path>::#trait_output: #bounds),
|
||||
)
|
||||
where_clause
|
||||
.predicates
|
||||
.push(parse_quote!(<#ty as #trait_path>::#trait_output: #bounds))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue