mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Elide most 'b lifetimes
This commit is contained in:
parent
54c036cd66
commit
2e02ea38fc
4 changed files with 6 additions and 6 deletions
|
@ -1224,7 +1224,7 @@ impl Fragment {
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn style<'a>(&'a self) -> &'a ComputedValues {
|
||||
pub fn style(&self) -> &ComputedValues {
|
||||
&*self.style
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue