diff options
Diffstat (limited to 'components/style_derive/animate.rs')
-rw-r--r-- | components/style_derive/animate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_derive/animate.rs b/components/style_derive/animate.rs index 42046f631be..e056ca5813f 100644 --- a/components/style_derive/animate.rs +++ b/components/style_derive/animate.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 cg; +use crate::cg; use darling::util::IdentList; use quote::Tokens; use syn::{DeriveInput, Path}; |