mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Updated fixes to clippy warnings in components/script
This commit is contained in:
parent
aabc422ccb
commit
5c71b925fb
3 changed files with 2 additions and 6 deletions
|
@ -70,9 +70,7 @@ impl<'dom, LayoutDataType: LayoutDataTrait> ServoShadowRoot<'dom, LayoutDataType
|
|||
phantom: PhantomData,
|
||||
}
|
||||
}
|
||||
/// # Safety
|
||||
///
|
||||
/// This function should not mutate StyleSharedRwLockReadGuard.
|
||||
|
||||
pub unsafe fn flush_stylesheets(
|
||||
&self,
|
||||
stylist: &mut Stylist,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue