We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00742b8 commit c111ac0Copy full SHA for c111ac0
style/matching.rs
@@ -691,7 +691,7 @@ trait PrivateMatchMethods: TElement {
691
new_values: &Arc<ComputedValues>,
692
pseudo_element: Option<PseudoElement>,
693
) -> bool {
694
- use crate::animation::{self, AnimationSetKey, AnimationState};
+ use crate::animation::{AnimationSetKey, AnimationState};
695
696
// We need to call this before accessing the `ElementAnimationSet` from the
697
// map because this call will do a RwLock::read().
0 commit comments