Skip to content

Commit

Permalink
hide yoke pub-use (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 29, 2022
1 parent 169ee04 commit 021a92e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ pub mod prelude {
pub use crate::serde::AsDeserializingBufferProvider;

/// Re-export of the yoke and zerofrom crates for convenience of downstream implementors.
#[doc(hidden)]
pub use yoke;
#[doc(hidden)]
pub use zerofrom;
}

Expand Down

0 comments on commit 021a92e

Please sign in to comment.