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 4, 2024
1 parent 6863a03 commit 2cbab50
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 @@ -228,7 +228,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 2cbab50

Please sign in to comment.