Skip to content

Commit

Permalink
fix(snap)!: Allow adding formats without breaking compatibility
Browse files Browse the repository at this point in the history
Cherry pick 81796c5 (assert-rs#278)
  • Loading branch information
epage committed May 23, 2024
1 parent 0b77043 commit 70bcbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/snapbox/src/data/format.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// Describes the structure of [`Data`][crate::Data]
#[derive(Clone, Debug, PartialEq, Eq, Copy, Hash, Default)]
#[non_exhaustive]
pub enum DataFormat {
/// Processing of the [`Data`][crate::Data] failed
Error,
Expand Down

0 comments on commit 70bcbd0

Please sign in to comment.