Skip to content

Commit

Permalink
Disable clippy lints within generated module
Browse files Browse the repository at this point in the history
  • Loading branch information
dalegaard committed Mar 16, 2024
1 parent 2548423 commit a8265f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anchor_codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ impl Processor {
quote! {
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(clippy::all)]

use ::anchor::{transport_output::TransportOutput, transport::Transport};
pub mod message_handlers {
Expand Down

0 comments on commit a8265f4

Please sign in to comment.