Skip to content

Commit

Permalink
chore: fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jul 10, 2024
1 parent 5391e39 commit cfa956e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions insta/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ macro_rules! _prepare_snapshot_for_redaction {
/// permit redactions.
///
/// Debug is called with `"{:#?}"`, which means this uses pretty-print.
///
/// See also [`assert_compact_debug_snapshot!`].
#[macro_export]
macro_rules! assert_debug_snapshot {
($($arg:tt)*) => {
Expand All @@ -324,8 +322,6 @@ macro_rules! assert_debug_snapshot {
/// permit redactions.
///
/// Debug is called with `"{:?}"`, which means this does not use pretty-print.
///
/// See also [`assert_debug_snapshot!`].
#[macro_export]
macro_rules! assert_compact_debug_snapshot {
($($arg:tt)*) => {
Expand Down

0 comments on commit cfa956e

Please sign in to comment.