Skip to content

Commit

Permalink
fix unused macro_use
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 4, 2024
1 parent 4f87316 commit 7ce03c0
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 @@ -219,7 +219,7 @@ macro_rules! saturating_add_assign {
}};
}

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

0 comments on commit 7ce03c0

Please sign in to comment.