Skip to content

Commit 021a92e

Browse files
authored
hide yoke pub-use (#2283)
1 parent 169ee04 commit 021a92e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/core/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ pub mod prelude {
175175
pub use crate::serde::AsDeserializingBufferProvider;
176176

177177
/// Re-export of the yoke and zerofrom crates for convenience of downstream implementors.
178+
#[doc(hidden)]
178179
pub use yoke;
180+
#[doc(hidden)]
179181
pub use zerofrom;
180182
}
181183

0 commit comments

Comments
 (0)