style: Fix Servo build, and rustfmt recent changes.

This commit is contained in:
Emilio Cobos Álvarez 2019-09-12 22:44:31 +02:00
parent 9eaadc6860
commit cd3b0c23fa
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
15 changed files with 90 additions and 60 deletions

View file

@ -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.