From a2382483f0dd7c21ccf3106e5551730910d1df46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 24 Feb 2018 23:26:55 +0100 Subject: [PATCH] style: Remove useless dereferencing. --- components/style/matching.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/matching.rs b/components/style/matching.rs index 4eb583a4656..09b07ee02c6 100644 --- a/components/style/matching.rs +++ b/components/style/matching.rs @@ -434,7 +434,7 @@ trait PrivateMatchMethods: TElement { animation::start_transitions_if_applicable( new_animations_sender, this_opaque, - &**values, + &values, new_values, &shared_context.timer, &possibly_expired_animations,