Skip to content

Commit

Permalink
fixup! string support
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 14, 2025
1 parent 4c73831 commit b2d366e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions datafusion/excalibur/macros/src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ use crate::strings::to_camel_case;
use proc_macro2::{Ident, TokenStream};
use quote::{format_ident, quote};
use syn::spanned::Spanned;
use syn::{
parse_quote, Error, Result,
TraitBoundModifier, Type, TypeTuple,
};
use syn::{parse_quote, Error, Result, TraitBoundModifier, Type, TypeTuple};

pub fn derive(attributes: EFAttributes, input: InputFnInfo) -> Result<TokenStream> {
let orig_rust_function_name = &input.name;
Expand Down

0 comments on commit b2d366e

Please sign in to comment.