Skip to content

Commit c111ac0

Browse files
committed
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
1 parent 00742b8 commit c111ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/matching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ trait PrivateMatchMethods: TElement {
691691
new_values: &Arc<ComputedValues>,
692692
pseudo_element: Option<PseudoElement>,
693693
) -> bool {
694-
use crate::animation::{self, AnimationSetKey, AnimationState};
694+
use crate::animation::{AnimationSetKey, AnimationState};
695695

696696
// We need to call this before accessing the `ElementAnimationSet` from the
697697
// map because this call will do a RwLock::read().

0 commit comments

Comments
 (0)