diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-05-05 13:35:24 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-05-07 12:56:02 +0200 |
commit | 57874ae90a69c7e0af6e604d570674256afbecf7 (patch) | |
tree | fdd7317c38640647ce7ee923a91df8dd77ce759a /components/selectors/tree.rs | |
parent | deba73a528c6905c87500c414595470d319cf1c8 (diff) | |
download | servo-57874ae90a69c7e0af6e604d570674256afbecf7.tar.gz servo-57874ae90a69c7e0af6e604d570674256afbecf7.zip |
style: Rustfmt recent changes.
Diffstat (limited to 'components/selectors/tree.rs')
-rw-r--r-- | components/selectors/tree.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/components/selectors/tree.rs b/components/selectors/tree.rs index b57876308a5..52599893d2f 100644 --- a/components/selectors/tree.rs +++ b/components/selectors/tree.rs @@ -110,10 +110,7 @@ pub trait Element: Sized + Clone + Debug { case_sensitivity: CaseSensitivity, ) -> bool; - fn is_part( - &self, - name: &<Self::Impl as SelectorImpl>::PartName, - ) -> bool; + fn is_part(&self, name: &<Self::Impl as SelectorImpl>::PartName) -> bool; /// Returns whether this element matches `:empty`. /// |