aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/easing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/values/generics/easing.rs')
-rw-r--r--components/style/values/generics/easing.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/values/generics/easing.rs b/components/style/values/generics/easing.rs
index 616fd63d172..96c4ad8ebd3 100644
--- a/components/style/values/generics/easing.rs
+++ b/components/style/values/generics/easing.rs
@@ -5,8 +5,8 @@
//! Generic types for CSS Easing Functions.
//! https://drafts.csswg.org/css-easing/#timing-functions
-use parser::ParserContext;
-use values::CSSFloat;
+use crate::parser::ParserContext;
+use crate::values::CSSFloat;
/// A generic easing function.
#[derive(