mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix Servo build, and rustfmt recent changes.
This commit is contained in:
parent
9eaadc6860
commit
cd3b0c23fa
15 changed files with 90 additions and 60 deletions
|
@ -829,9 +829,7 @@ impl<'le> GeckoElement<'le> {
|
|||
|
||||
#[inline]
|
||||
fn is_in_anonymous_subtree(&self) -> bool {
|
||||
unsafe {
|
||||
bindings::Gecko_IsInAnonymousSubtree(self.0)
|
||||
}
|
||||
unsafe { bindings::Gecko_IsInAnonymousSubtree(self.0) }
|
||||
}
|
||||
|
||||
/// Returns true if this node is the shadow root of an use-element shadow tree.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue