Skip to content

Commit

Permalink
Merge pull request #315 from epage/docs
Browse files Browse the repository at this point in the history
docs: Hide debug macro
  • Loading branch information
epage authored May 16, 2024
2 parents 4c466ee + 523b442 commit 3453874
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 @@ -115,6 +115,7 @@ pub use assert::Assert;
pub use data::Data;
pub use data::ToDebug;
pub use filter::Redactions;
#[doc(hidden)]
pub use snapbox_macros::debug;

#[deprecated(since = "0.5.11", note = "Replaced with `Redactions`")]
Expand Down

0 comments on commit 3453874

Please sign in to comment.