Skip to content

Commit

Permalink
docs(data): Call out ToString
Browse files Browse the repository at this point in the history
Cherry pick 4983050 (#293)
  • Loading branch information
epage committed May 16, 2024
1 parent 3453874 commit 9bf5a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/snapbox/src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ pub(crate) enum DataInner {
/// See also
/// - [`str!`] for inline snapshots
/// - [`file!`] for external snapshots
/// - [`ToString`] for verifying a `Display` representation
/// - [`ToDebug`] for verifying a debug representation
impl Data {
/// Mark the data as binary (no post-processing)
Expand Down

0 comments on commit 9bf5a41

Please sign in to comment.