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

Commit f0c3e3d

Browse files
author
Tyera Eulberg
committed
Ugly clippy fix
1 parent f9f2706 commit f0c3e3d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

programs/budget_api/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pub mod budget_expr;
22
pub mod budget_instruction;
33
pub mod budget_processor;
4+
#[allow(clippy::useless_attribute)]
45
pub mod budget_state;
56

67
use solana_sdk::pubkey::Pubkey;

programs/token_api/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pub mod token_processor;
2+
#[allow(clippy::useless_attribute)]
23
mod token_state;
34

45
use solana_sdk::pubkey::Pubkey;

sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub mod pubkey;
1414
pub mod rpc_port;
1515
pub mod short_vec;
1616
pub mod signature;
17+
#[allow(clippy::useless_attribute)]
1718
pub mod system_instruction;
1819
pub mod system_program;
1920
pub mod system_transaction;

0 commit comments

Comments
 (0)