We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0157773 commit cbc9b87Copy full SHA for cbc9b87
compare_fields_derive/src/lib.rs
@@ -1,6 +1,6 @@
1
use proc_macro::TokenStream;
2
use quote::quote;
3
-use syn::{parse_macro_input, DeriveInput};
+use syn::{DeriveInput, parse_macro_input};
4
5
fn is_iter(field: &syn::Field) -> bool {
6
field.attrs.iter().any(|attr| {
0 commit comments