mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue