Skip to content

Commit

Permalink
fix: Reexport macros without a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Dec 10, 2024
1 parent 6ac21db commit 1f5bd60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sylvia/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ pub use anyhow;
#[cfg(feature = "mt")]
pub use cw_multi_test;
pub use cw_utils;
#[cfg_attr(docsrs, doc(cfg(feature = "mt")))]
#[cfg(feature = "mt")]
pub use sylvia_derive::{contract, entry_points, interface};
pub use {
cosmwasm_schema as cw_schema, cosmwasm_std as cw_std, schemars, serde,
Expand Down

0 comments on commit 1f5bd60

Please sign in to comment.