ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

replace yew::services with yew_services #3

Closed kokobd closed 3 years ago

kokobd commented 3 years ago

Currently the build fails due to removal of yew::services. This PR tries to fix it.

ranile commented 3 years ago

Thanks for the PR. Can you remove the added #[allow(dead_code)]? Those items have usages, not sure why those weren't picked up by the CI. I'll look into that later.

kokobd commented 3 years ago

Thanks for the PR. Can you remove the added #[allow(dead_code)]? Those items have usages, not sure why those weren't picked up by the CI. I'll look into that later.

Okay, I reverted the second commit, leaving those clippy warnings alone.