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.
Compiling yew-router v0.10.0
error: failed to run custom build command for `yew-router v0.10.0`
Caused by:
process didn't exit successfully: `/Users/jetli/repos/_jetli/rust-yew-realworld-example-app/target/debug/build/yew-router-bc27cefeee4a23ab/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Selected target `x86_64-apple-darwin` is not compatible with web-sys', /Users/jetli/.cargo/registry/src/github.com-1ecc6299db9ec823/yew-router-0.10.0/build.rs:25:9
Describe the Bug
cargo clippy failed on v0.10.0 when using web-sys feature
To Reproduce
Clone https://github.com/jetli/rust-yew-realworld-example-app and run clippy
Related Info