Skip to content

Commit

Permalink
Merge branch 'add-group-macro' into current
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaniumBrain committed Dec 3, 2024
2 parents bb4665c + b1a0e64 commit e5f2d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ fn group_impl(args: TokenStream, input_item: TokenStream) -> Result<TokenStream,

let group_args = <command::GroupArgs as darling::FromMeta>::from_list(&args)?;

// let item_impl = syn::parse_macro_input!(input_item as syn::ItemImpl);
let item_impl = match syn::parse::<syn::ItemImpl>(input_item) {
Ok(syntax_tree) => syntax_tree,
Err(err) => return Err(err.into()),
Expand Down

0 comments on commit e5f2d29

Please sign in to comment.