Elide most 'b lifetimes

This commit is contained in:
Manish Goregaokar 2015-09-04 09:02:12 +05:30
parent 54c036cd66
commit 2e02ea38fc
4 changed files with 6 additions and 6 deletions

View file

@ -1224,7 +1224,7 @@ impl Fragment {
}
#[inline(always)]
pub fn style<'a>(&'a self) -> &'a ComputedValues {
pub fn style(&self) -> &ComputedValues {
&*self.style
}