Skip to content

Commit

Permalink
docs: Hide debug macro
Browse files Browse the repository at this point in the history
Cherry pick 41bfb95 (assert-rs#294)
  • Loading branch information
epage committed May 16, 2024
1 parent 4c466ee commit 523b442
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 523b442

Please sign in to comment.