Skip to content

Commit

Permalink
add cfg feature for sauron_macro functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Jun 2, 2024
1 parent c0e2789 commit 6a374ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ pub mod prelude {
pub use sauron_core::prelude::*;
pub use sauron_core::*;

#[cfg(feature = "sauron-macro")]
pub use sauron_macro::extract_skip_diff;
#[cfg(feature = "sauron-macro")]
pub use sauron_macro::view;

#[cfg(feature = "with-node-macro")]
Expand Down

0 comments on commit 6a374ab

Please sign in to comment.