diff options
Diffstat (limited to 'components/style_derive/cg.rs')
-rw-r--r-- | components/style_derive/cg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_derive/cg.rs b/components/style_derive/cg.rs index 9338e3b4f5e..fdbb96794c5 100644 --- a/components/style_derive/cg.rs +++ b/components/style_derive/cg.rs @@ -9,7 +9,7 @@ use syn::{GenericArgument, GenericParam, Ident, Path}; use syn::{PathArguments, PathSegment, QSelf, Type, TypeArray}; use syn::{TypeParam, TypeParen, TypePath, TypeSlice, TypeTuple}; use syn::{Variant, WherePredicate}; -use synstructure::{self, BindingInfo, BindStyle, VariantAst, VariantInfo}; +use synstructure::{self, BindStyle, BindingInfo, VariantAst, VariantInfo}; pub fn add_predicate(where_clause: &mut Option<syn::WhereClause>, pred: WherePredicate) { where_clause |