Skip to content

Commit c220dc3

Browse files
committed
fix: clippy
1 parent 52001d4 commit c220dc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
use crate::discriminator::DlpDiscriminator;
44
use pinocchio_log::log;
55
use solana_program::account_info::AccountInfo;
6+
use solana_program::declare_id;
67
use solana_program::entrypoint::ProgramResult;
78
use solana_program::program_error::ProgramError;
89
use solana_program::pubkey::Pubkey;
9-
use solana_program::{declare_id, msg};
10+
11+
#[cfg(feature = "logging")]
12+
use solana_program::msg;
1013

1114
pub mod args;
1215
pub mod consts;

0 commit comments

Comments
 (0)