aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/to_computed_value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style_derive/to_computed_value.rs')
-rw-r--r--components/style_derive/to_computed_value.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_derive/to_computed_value.rs b/components/style_derive/to_computed_value.rs
index 0a7eb63a6fb..ffe60486668 100644
--- a/components/style_derive/to_computed_value.rs
+++ b/components/style_derive/to_computed_value.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 quote::Tokens;
use syn::DeriveInput;
use synstructure::BindStyle;