Skip to content

Commit

Permalink
Adjust clippy for jito-solana building
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Oct 10, 2023
1 parent 568ca40 commit 4c630b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mev-programs/programs/vote-state/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unused_doc_comments)]
#![allow(dead_code)]
//! This code was mostly copy-pasta'd from [here](https://github.com/solana-labs/solana/blob/df128573127c324cb5b53634a7e2d77427c6f2d8/programs/vote/src/vote_state/mod.rs#L1).
//! In all current releases [VoteState] is defined in the `solana-vote-program` crate which is not compatible
Expand Down

0 comments on commit 4c630b0

Please sign in to comment.