diff options
author | Andreu Botella <abb@randomunok.com> | 2021-12-30 02:05:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 02:05:26 +0100 |
commit | 0ead12d673ecc8c19bdf77043550b80b8eb81475 (patch) | |
tree | b015dd80d596766c8e3e1e9f338ac6de10e49cd4 /core/runtime.rs | |
parent | 167982be9e7af35e6c12ef6c40c002200bf5e0c0 (diff) |
fix(doc): Make private types which show up in the rustdocs public (#13230)
`CrossIsolateStore`, `ExtensionBuilder` and `InMemoryChannelResource`
are private types which are referred to by other public APIs, and so
don't show up as links in the rustdoc. This is especially confusing for
`ExtensionBuilder`, since there is nothing in the docs that explains how
to build an extension.
Exposing these three types doesn't add any new capabilities:
`ExtensionBuilder` can be created from `Extension::builder()`,
`SharedArrayBufferStore` and `CompiledWasmModuleStore` already enable
doing anything that `CrossIsolateStore` can do by itself, and
`InMemoryChannelResource` isn't constructable.
Diffstat (limited to 'core/runtime.rs')
0 files changed, 0 insertions, 0 deletions