Ungroup imports

This commit is contained in:
David Tolnay
2023-07-25 21:06:57 -07:00
parent 11677ad926
commit dd9913675d
19 changed files with 44 additions and 68 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
use std::collections::HashSet;
use syn::punctuated::{Pair, Punctuated};
use crate::internals::ast::{Container, Data};
use crate::internals::{attr, ungroup};
use proc_macro2::Span;
use std::collections::HashSet;
use syn::punctuated::{Pair, Punctuated};
// Remove the default from every type parameter because in the generated impls
// they look like associated types: "error: associated type bindings are not