Skip to content

Commit

Permalink
style: add clippy exception for api_v2_operation struct (#481)
Browse files Browse the repository at this point in the history
Resolves #478

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro authored Dec 12, 2022
1 parent 05da7b9 commit 757ae27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/src/actix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ pub fn emit_v2_operation(attrs: TokenStream, input: TokenStream) -> TokenStream

if op_params.iter().any(|i| *i == "skip") {
return quote!(
#[allow(non_camel_case_types, missing_docs)]
#struct_definition

#item_ast
Expand Down

0 comments on commit 757ae27

Please sign in to comment.