Skip to content

Commit

Permalink
missing cfg_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 5, 2024
1 parent eb73002 commit 07fe169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ macro_rules! saturating_add_assign {

pub extern crate bs58;
extern crate log as logger;
#[cfg_attr(not(target_os = "solana"), macro_use)]
#[cfg_attr(feature = "full", macro_use)]
extern crate serde_derive;

#[cfg_attr(feature = "frozen-abi", macro_use)]
Expand Down

0 comments on commit 07fe169

Please sign in to comment.