Skip to content

Commit c9f32b0

Browse files
authored
Merge pull request #615 from epage/format
fix!: Make format feature additive
2 parents b03a0f5 + 0b3f0b5 commit c9f32b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/file/format/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ mod json5;
2727
///
2828
/// Although it is possible to define custom formats using [`Format`] trait it is recommended to use `FileFormat` if possible.
2929
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
30+
#[non_exhaustive]
3031
pub enum FileFormat {
3132
/// TOML (parsed with toml)
3233
#[cfg(feature = "toml")]

0 commit comments

Comments
 (0)