Skip to content

Commit

Permalink
Ignore entry points when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Sep 25, 2024
1 parent f6e726a commit 0f7e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/collections/sg721-metadata-onchain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const TO_VERSION: &str = "3.0.0";

pub type Extension = Option<Empty>;

// #[cfg(not(feature = "library"))]
#[cfg(not(feature = "library"))]
pub mod entry {
use super::*;

Expand Down

0 comments on commit 0f7e153

Please sign in to comment.