Skip to content

Commit

Permalink
fix: add future deprecation note to FillValueMetadataV3::Unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 27, 2025
1 parent 40485ca commit 675c24e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zarrs_metadata/src/v3/array/fill_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pub enum FillValueMetadataV3 {
/// A string.
String(String),
/// An unsupported fill value.
// FIXME: Rename to other in next breaking release.
// FIXME: Also switch to a non exhaustive?
Unsupported(serde_json::Value),
}

Expand Down

0 comments on commit 675c24e

Please sign in to comment.