Skip to content

Commit

Permalink
docs: Hide debug macro
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 23, 2024
1 parent 125d7c4 commit 41bfb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/snapbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ pub use data::IntoData;
pub use data::IntoJson;
pub use data::ToDebug;
pub use filters::Redactions;
#[doc(hidden)]
pub use snapbox_macros::debug;

/// Easier access to common traits
Expand Down

0 comments on commit 41bfb95

Please sign in to comment.