Skip to content

Commit

Permalink
Ignore clippy
Browse files Browse the repository at this point in the history
Workaround paperclip-rs#477
  • Loading branch information
jayvdb committed Nov 2, 2022
1 parent f8ba534 commit 6327455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v2/codegen/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ impl<'a> ApiObjectImpl<'a> {
}

let needs_container = builder.needs_container();

f.write_str("\n#[allow(clippy::from_over_into)]")?;
f.write_str("\nimpl")?;
if builder.needs_any {
ApiObject::write_any_generic(f)?;
Expand Down

0 comments on commit 6327455

Please sign in to comment.