diff options
Diffstat (limited to 'tests/unit/style/parsing/animation.rs')
-rw-r--r-- | tests/unit/style/parsing/animation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/parsing/animation.rs b/tests/unit/style/parsing/animation.rs index c4057398855..9b70529f9be 100644 --- a/tests/unit/style/parsing/animation.rs +++ b/tests/unit/style/parsing/animation.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use parsing::parse; +use crate::parsing::parse; use servo_atoms::Atom; use style::parser::Parse; use style::properties::longhands::animation_name; |