Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
fix a cargo check problem
  • Loading branch information
kwsc98 authored Feb 29, 2024
1 parent 60c944e commit 98ff250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use proc_macro::TokenStream;
use quote::{quote, ToTokens};
use std::collections::HashMap;
use syn::{self, parse_macro_input, FnArg, ImplItem, ItemImpl, ItemTrait, ReturnType, TraitItem};
use syn::{parse_macro_input, FnArg, ImplItem, ItemImpl, ItemTrait, ReturnType, TraitItem};

#[proc_macro_attribute]
pub fn rpc_trait(attr: TokenStream, item: TokenStream) -> TokenStream {
Expand Down

0 comments on commit 98ff250

Please sign in to comment.