Skip to content

Commit

Permalink
Merge pull request #278 from epage/exhaustive
Browse files Browse the repository at this point in the history
fix(snap)!: Allow adding formats without breaking compatibility
  • Loading branch information
epage authored Apr 19, 2024
2 parents b0e6341 + 81796c5 commit 932de19
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,4 +1,5 @@
#[derive(Clone, Debug, PartialEq, Eq, Copy, Hash, Default)]
#[non_exhaustive]
pub enum DataFormat {
Error,
Binary,
Expand Down

0 comments on commit 932de19

Please sign in to comment.