style: Tidy a couple things.

This commit is contained in:
Emilio Cobos Álvarez 2018-03-08 22:03:15 +01:00
parent daaee046b3
commit 1654f297ca
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 19 additions and 10 deletions

View file

@ -2578,7 +2578,6 @@ impl<'a> SelectorsElement for DomRoot<Element> {
false
}
fn first_child_element(&self) -> Option<DomRoot<Element>> {
self.node.child_elements().next()
}