Skip to content

Commit

Permalink
Merge pull request #115 from ErichDonGubler/fix-indexmap-reexport
Browse files Browse the repository at this point in the history
fix(whippit): repair broken `indexmap` export for `unstructured-properties`
  • Loading branch information
ErichDonGubler authored Jun 11, 2024
2 parents 62a0f9e + be51541 commit fabe1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whippit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pub mod metadata;

pub mod reexport {
pub use chumsky;
#[cfg(feature = "unstructured")]
#[cfg(feature = "unstructured-properties")]
pub use indexmap;
}

0 comments on commit fabe1df

Please sign in to comment.