Skip to content

Commit

Permalink
Address clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tikue committed Oct 7, 2022
1 parent 863a08d commit 75b15fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub fn service(attr: TokenStream, input: TokenStream) -> TokenStream {
args,
method_attrs: &rpcs.iter().map(|rpc| &*rpc.attrs).collect::<Vec<_>>(),
method_idents: &methods,
request_names: &*request_names,
request_names: &request_names,
attrs,
rpcs,
return_types: &rpcs
Expand Down

0 comments on commit 75b15fe

Please sign in to comment.