You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the latest docs.rs build, our Rust docs builds fail due to us compiling and serializing our WASM modules used in the default config.
Offending file: packages/default-config/build.rs, line 17
We should probably detect whether we're inside of a docs.rs build, and if we are, skip serializing these files. They shouldn't impact the generated docs.
Looking at the latest docs.rs build, our Rust docs builds fail due to us compiling and serializing our WASM modules used in the default config.
Offending file:
packages/default-config/build.rs
, line 17We should probably detect whether we're inside of a
docs.rs
build, and if we are, skip serializing these files. They shouldn't impact the generated docs.How to detect
docs.rs
build:https://docs.rs/about/builds
The text was updated successfully, but these errors were encountered: