Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Ugly clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Apr 25, 2019
1 parent f9f2706 commit f0c3e3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions programs/budget_api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pub mod budget_expr;
pub mod budget_instruction;
pub mod budget_processor;
#[allow(clippy::useless_attribute)]
pub mod budget_state;

use solana_sdk::pubkey::Pubkey;
Expand Down
1 change: 1 addition & 0 deletions programs/token_api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub mod token_processor;
#[allow(clippy::useless_attribute)]
mod token_state;

use solana_sdk::pubkey::Pubkey;
Expand Down
1 change: 1 addition & 0 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub mod pubkey;
pub mod rpc_port;
pub mod short_vec;
pub mod signature;
#[allow(clippy::useless_attribute)]
pub mod system_instruction;
pub mod system_program;
pub mod system_transaction;
Expand Down

0 comments on commit f0c3e3d

Please sign in to comment.