Skip to content

Commit 5161161

Browse files
authored
make wit_dylib::metadata public (#2456)
Previously, we only `pub use`d the `Metadata` type, but that's not terribly useful without making all the other `pub` types in that module visible, also.
1 parent ab55f63 commit 5161161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wit-dylib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use wit_parser::{
1515

1616
mod async_;
1717
mod bindgen;
18-
mod metadata;
18+
pub mod metadata;
1919
pub use crate::async_::AsyncFilterSet;
2020
pub use crate::metadata::Metadata;
2121

0 commit comments

Comments
 (0)