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