mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
format code
This commit is contained in:
parent
a94e60880d
commit
8ca3429327
@ -1,7 +1,5 @@
|
||||
use quote::quote;
|
||||
use syn::{
|
||||
parse_quote, Data, DataStruct, DeriveInput, Fields, FieldsUnnamed,
|
||||
};
|
||||
use syn::{parse_quote, Data, DataStruct, DeriveInput, Fields, FieldsUnnamed};
|
||||
|
||||
pub(crate) fn expand_derive_encode(input: DeriveInput) -> syn::Result<proc_macro2::TokenStream> {
|
||||
match &input.data {
|
||||
|
Loading…
x
Reference in New Issue
Block a user