mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Elide most 'b lifetimes
This commit is contained in:
parent
54c036cd66
commit
2e02ea38fc
4 changed files with 6 additions and 6 deletions
|
@ -356,8 +356,8 @@ fn broadcast_radio_checked(broadcaster: &HTMLInputElement, group: Option<&str>)
|
|||
do_broadcast(doc_node, broadcaster, owner.r(), group)
|
||||
}
|
||||
|
||||
fn in_same_group<'b>(other: &HTMLInputElement,
|
||||
owner: Option<&'b HTMLFormElement>,
|
||||
fn in_same_group(other: &HTMLInputElement,
|
||||
owner: Option<&HTMLFormElement>,
|
||||
group: Option<&str>) -> bool {
|
||||
let other_owner = other.form_owner();
|
||||
let other_owner = other_owner.r();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue