Skip to content

Commit cbc9b87

Browse files
committed
cargo fmt
1 parent 0157773 commit cbc9b87

File tree

1 file changed

+1
-1
lines changed
  • compare_fields_derive/src

1 file changed

+1
-1
lines changed

compare_fields_derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use proc_macro::TokenStream;
22
use quote::quote;
3-
use syn::{parse_macro_input, DeriveInput};
3+
use syn::{DeriveInput, parse_macro_input};
44

55
fn is_iter(field: &syn::Field) -> bool {
66
field.attrs.iter().any(|attr| {

0 commit comments

Comments
 (0)