Skip to content

Commit

Permalink
Merge pull request #316 from epage/into
Browse files Browse the repository at this point in the history
docs(data): Call out ToString
  • Loading branch information
epage authored May 16, 2024
2 parents 3453874 + 9bf5a41 commit 873a781
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 873a781

Please sign in to comment.