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
{{ message }}
This repository was archived by the owner on Jul 19, 2020. It is now read-only.
Proposed fix
The build is broken because the std_web/web_sys mandatory feature flag is missing. To get the doc to build, a solution could be to set one only for docs.rs: https://docs.rs/about#metadata
Describe the Bug
docs.rs failed to build yew-router-0.10.0.
To Reproduce
Check here: https://docs.rs/crate/yew-router/0.10.0/builds
Expected Behavior
Well... 🙂
Related Info
Proposed fix
The build is broken because the
std_web/web_sysmandatory feature flag is missing. To get the doc to build, a solution could be to set one only for docs.rs: https://docs.rs/about#metadata