Skip to content

Commit

Permalink
Feature gate 'YamlExtended' impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Sep 8, 2022
1 parent 3364390 commit 4f35c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ macro_rules! impl_format {
)
}

#[cfg(feature = "yaml")]
#[cfg_attr(nightly, doc(cfg(feature = "yaml")))]
impl YamlExtended {
/// This "YAML Extended" format parser implements the draft ["Merge Key
/// Language-Independent Type for YAML™ Version
Expand Down

0 comments on commit 4f35c64

Please sign in to comment.