Skip to content

Commit

Permalink
Merge pull request #615 from epage/format
Browse files Browse the repository at this point in the history
fix!: Make format feature additive
  • Loading branch information
epage authored Dec 17, 2024
2 parents b03a0f5 + 0b3f0b5 commit c9f32b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file/format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mod json5;
///
/// Although it is possible to define custom formats using [`Format`] trait it is recommended to use `FileFormat` if possible.
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
#[non_exhaustive]
pub enum FileFormat {
/// TOML (parsed with toml)
#[cfg(feature = "toml")]
Expand Down

0 comments on commit c9f32b0

Please sign in to comment.